reading correctly the package version

This commit is contained in:
Serghei Mihai 2014-04-28 16:59:08 +02:00
parent 729552ad08
commit f195beddba
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def get_version():
setup(
name='hobo',
version='0.1',
version=get_version(),
description='Portail admin',
author='Frederic Peters',
author_email='fpeters@entrouvert.com',