From 538e63349b4c1747e97688589f3ad827e6e213c6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 20 Jul 2011 15:13:23 +0200 Subject: Add a setup.py --- MANIFEST.in | 3 +++ setup.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..ed5f978 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include README cli.py gui.py +graft lib +recursive-include test * diff --git a/setup.py b/setup.py index 1ad8a1a..fc1796f 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ setup(name='MAT', description='Metadata Anonymisation Toolkit', author='Julien (jvoisin) Voisin', author_email='julien.voisin@dustri.org', + license='GPLv2', url='https://gitweb.torproject.org/user/jvoisin/mat.git', packages=['mat'], ) -- cgit v1.3