diff options
| author | jvoisin | 2014-01-21 12:20:07 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-21 12:20:07 +0000 |
| commit | aafe9b46947b013d3bb6efe111690e02420f51da (patch) | |
| tree | 1ae1f9a14047833e5b4807e80e900bc23d336ee9 | |
| parent | 1a8fe5c5e4cac020032d80c9ceaaef7794e211f3 (diff) | |
Remove the non-existing "TODO" file form the setup.py
Close https://labs.riseup.net/code/issues/6615
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -29,7 +29,7 @@ setup( | |||
| 29 | ( 'share/applications', ['mat.desktop'] ), | 29 | ( 'share/applications', ['mat.desktop'] ), |
| 30 | ( 'share/mat', ['data/FORMATS', 'data/mat.ui'] ), | 30 | ( 'share/mat', ['data/FORMATS', 'data/mat.ui'] ), |
| 31 | ( 'share/pixmaps', ['data/mat.png'] ), | 31 | ( 'share/pixmaps', ['data/mat.png'] ), |
| 32 | ( 'share/doc/mat', ['README', 'TODO', 'README.security'] ), | 32 | ( 'share/doc/mat', ['README', 'README.security'] ), |
| 33 | ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ), | 33 | ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ), |
| 34 | ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py']) | 34 | ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py']) |
| 35 | ], | 35 | ], |
