From 6a7a62ed276fb8aaf332665c102bfa4446a572f8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 20 Jul 2011 14:33:51 +0200 Subject: Re-Organisation of the arborescence --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..1ad8a1a --- /dev/null +++ b/setup.py @@ -0,0 +1,10 @@ +from distutils.core import setup + +setup(name='MAT', + version='0.1', + description='Metadata Anonymisation Toolkit', + author='Julien (jvoisin) Voisin', + author_email='julien.voisin@dustri.org', + url='https://gitweb.torproject.org/user/jvoisin/mat.git', + packages=['mat'], + ) -- cgit v1.3