From f03dbf33f84e513bdd396fb8e13255fac5834a7d Mon Sep 17 00:00:00 2001 From: Tails developers Date: Sat, 13 Jul 2013 10:00:41 +0000 Subject: setup.py: remove dependency on MAT Chicken and eggs problem... --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index f4accba..2faa570 100755 --- a/setup.py +++ b/setup.py @@ -5,8 +5,6 @@ import os from distutils.core import setup from DistUtilsExtra.command import * -from MAT import mat - #Remove MANIFEST file, since distutils #doesn't properly update it when #the contents of directories changes. @@ -15,10 +13,10 @@ if os.path.exists('MANIFEST'): setup( name = 'MAT', - version = mat.__version__, + version = '0.4', description = 'Metadata Anonymisation Toolkit', long_description = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', - author = mat.__author__, + author = 'jvoisin', author_email = 'julien.voisin@dustri.org', platforms = 'linux', license = 'GPLv2', -- cgit v1.3