diff options
| author | jvoisin | 2013-07-17 14:41:58 +0200 |
|---|---|---|
| committer | jvoisin | 2013-07-17 14:41:58 +0200 |
| commit | b9cb97f2dc6d84156e93cbcfce768340db862955 (patch) | |
| tree | 4bc9cbb2350d7ef2ec2b73051f7f70f9f3602ca4 /setup.py | |
| parent | 6cec127a5defcb395b855e7f3241462eb3d4e7dc (diff) | |
Split (and update) the README
Diffstat (limited to '')
| -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'] ), | 32 | ( 'share/doc/mat', ['README', 'TODO', '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 | ], |
