diff options
| author | jvoisin | 2011-07-20 15:13:23 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-20 15:13:23 +0200 |
| commit | 538e63349b4c1747e97688589f3ad827e6e213c6 (patch) | |
| tree | 224c0e4345994f961c1e1a951c9c7c8b73b9cac4 /setup.py | |
| parent | 6a7a62ed276fb8aaf332665c102bfa4446a572f8 (diff) | |
Add a setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -5,6 +5,7 @@ setup(name='MAT', | |||
| 5 | description='Metadata Anonymisation Toolkit', | 5 | description='Metadata Anonymisation Toolkit', |
| 6 | author='Julien (jvoisin) Voisin', | 6 | author='Julien (jvoisin) Voisin', |
| 7 | author_email='julien.voisin@dustri.org', | 7 | author_email='julien.voisin@dustri.org', |
| 8 | license='GPLv2', | ||
| 8 | url='https://gitweb.torproject.org/user/jvoisin/mat.git', | 9 | url='https://gitweb.torproject.org/user/jvoisin/mat.git', |
| 9 | packages=['mat'], | 10 | packages=['mat'], |
| 10 | ) | 11 | ) |
