diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,7 +5,7 @@ import os | |||
| 5 | from distutils.core import setup | 5 | from distutils.core import setup |
| 6 | from DistUtilsExtra.command import * | 6 | from DistUtilsExtra.command import * |
| 7 | 7 | ||
| 8 | from lib import mat | 8 | from MAT import mat |
| 9 | 9 | ||
| 10 | #Remove MANIFEST file, since distutils | 10 | #Remove MANIFEST file, since distutils |
| 11 | #doesn't properly update it when | 11 | #doesn't properly update it when |
| @@ -23,7 +23,7 @@ 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 = ['lib', 'lib.hachoir_editor', 'lib.bencode', 'lib.tarfile'], | 26 | packages = ['MAT', 'MAT.hachoir_editor', 'MAT.bencode', 'MAT.tarfile'], |
| 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'] ), |
