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 | |
| parent | 6a7a62ed276fb8aaf332665c102bfa4446a572f8 (diff) | |
Add a setup.py
| -rw-r--r-- | MANIFEST.in | 3 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..ed5f978 --- /dev/null +++ b/MANIFEST.in | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | include README cli.py gui.py | ||
| 2 | graft lib | ||
| 3 | recursive-include test * | ||
| @@ -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 | ) |
