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