diff options
| author | jvoisin | 2013-04-27 16:41:26 +0200 |
|---|---|---|
| committer | jvoisin | 2013-04-27 16:41:26 +0200 |
| commit | 4eaf9bffc0f07708c6447b71c7b3e7ad8483e316 (patch) | |
| tree | 2616ca83688c9583a8cfe546e8dcb00fe2382171 | |
| parent | df3a1b246031fa06adecf7dbf6e54600b20b10ba (diff) | |
Cleaning of the setup.py file
This commit:
- remove the leftover nautilus line
- install the glade file
- remove the leftover tar-related line
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -23,15 +23,14 @@ setup( | |||
| 23 | platforms = 'linux', | 23 | platforms = 'linux', |
| 24 | license = 'GPLv2', | 24 | license = 'GPLv2', |
| 25 | url = 'https://mat.boum.org', | 25 | url = 'https://mat.boum.org', |
| 26 | packages = ['MAT', 'MAT.hachoir_editor', 'MAT.bencode', 'MAT.tarfile'], | 26 | packages = ['MAT', 'MAT.hachoir_editor', 'MAT.bencode'], |
| 27 | scripts = ['mat', 'mat-gui'], | 27 | scripts = ['mat', 'mat-gui'], |
| 28 | data_files = [ | 28 | data_files = [ |
| 29 | ( 'share/applications', ['mat.desktop'] ), | 29 | ( 'share/applications', ['mat.desktop'] ), |
| 30 | ( 'share/mat', ['data/FORMATS'] ), | 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'] ), |
| 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'] ), | ||
| 35 | ], | 34 | ], |
| 36 | cmdclass = { | 35 | cmdclass = { |
| 37 | 'build': build_extra.build_extra, | 36 | 'build': build_extra.build_extra, |
