diff options
| author | Tails developers | 2013-07-13 10:00:41 +0000 |
|---|---|---|
| committer | jvoisin | 2013-07-13 13:10:50 +0200 |
| commit | f03dbf33f84e513bdd396fb8e13255fac5834a7d (patch) | |
| tree | eefec89133007f1b753cd85f796d530a8466ebc1 /setup.py | |
| parent | 8eb411fec22bcbc35869fb79f2e5071c99f0000a (diff) | |
setup.py: remove dependency on MAT
Chicken and eggs problem...
Diffstat (limited to '')
| -rwxr-xr-x | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -5,8 +5,6 @@ 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 MAT import mat | ||
| 9 | |||
| 10 | #Remove MANIFEST file, since distutils | 8 | #Remove MANIFEST file, since distutils |
| 11 | #doesn't properly update it when | 9 | #doesn't properly update it when |
| 12 | #the contents of directories changes. | 10 | #the contents of directories changes. |
| @@ -15,10 +13,10 @@ if os.path.exists('MANIFEST'): | |||
| 15 | 13 | ||
| 16 | setup( | 14 | setup( |
| 17 | name = 'MAT', | 15 | name = 'MAT', |
| 18 | version = mat.__version__, | 16 | version = '0.4', |
| 19 | description = 'Metadata Anonymisation Toolkit', | 17 | description = 'Metadata Anonymisation Toolkit', |
| 20 | long_description = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', | 18 | long_description = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', |
| 21 | author = mat.__author__, | 19 | author = 'jvoisin', |
| 22 | author_email = 'julien.voisin@dustri.org', | 20 | author_email = 'julien.voisin@dustri.org', |
| 23 | platforms = 'linux', | 21 | platforms = 'linux', |
| 24 | license = 'GPLv2', | 22 | license = 'GPLv2', |
