diff options
| author | jvoisin | 2011-07-20 14:33:51 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-20 14:33:51 +0200 |
| commit | 6a7a62ed276fb8aaf332665c102bfa4446a572f8 (patch) | |
| tree | 9f559b6dfcef28316bbd61e01935de814bc619b0 /setup.py | |
| parent | 23fc192252a12dd87e875cbca8329a3d12bed88b (diff) | |
Re-Organisation of the arborescence
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..1ad8a1a --- /dev/null +++ b/setup.py | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | from distutils.core import setup | ||
| 2 | |||
| 3 | setup(name='MAT', | ||
| 4 | version='0.1', | ||
| 5 | description='Metadata Anonymisation Toolkit', | ||
| 6 | author='Julien (jvoisin) Voisin', | ||
| 7 | author_email='julien.voisin@dustri.org', | ||
| 8 | url='https://gitweb.torproject.org/user/jvoisin/mat.git', | ||
| 9 | packages=['mat'], | ||
| 10 | ) | ||
