From aafe9b46947b013d3bb6efe111690e02420f51da Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 21 Jan 2014 12:20:07 +0000 Subject: Remove the non-existing "TODO" file form the setup.py Close https://labs.riseup.net/code/issues/6615 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07fbc15..3f82037 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( ( 'share/applications', ['mat.desktop'] ), ( 'share/mat', ['data/FORMATS', 'data/mat.ui'] ), ( 'share/pixmaps', ['data/mat.png'] ), - ( 'share/doc/mat', ['README', 'TODO', 'README.security'] ), + ( 'share/doc/mat', ['README', 'README.security'] ), ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ), ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py']) ], -- cgit v1.3