diff options
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 | ) | ||
