From 4bc8f6c5dca9dcd15532fa8c8b8442f071083ac6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 16 Jul 2013 12:34:03 +0200 Subject: The setup.py now uses a __version__ variable Expect a release.sh script soon ;) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b40a22e..439c99c 100755 --- a/setup.py +++ b/setup.py @@ -5,6 +5,8 @@ import os from distutils.core import setup from DistUtilsExtra.command import * +__version__ = '0.4' + #Remove MANIFEST file, since distutils #doesn't properly update it when #the contents of directories changes. @@ -13,7 +15,7 @@ if os.path.exists('MANIFEST'): setup( name = 'MAT', - version = '0.4', + version = __version__, description = 'Metadata Anonymisation Toolkit', long_description = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', author = 'jvoisin', -- cgit v1.3