From 62ac51e78b4f8e01b1401dbde08259c2eaadebbb Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 20 Oct 2015 23:39:12 +0200 Subject: [PATCH] [TAG] creata a new version --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4d0a8e1..1595d91 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='lutin', - version='0.7.3', + version='0.7.4', description='Lutin generic builder', long_description=readme(), url='http://github.com/HeeroYui/lutin', @@ -19,7 +19,7 @@ setup(name='lutin', 'lutin/z_system', 'lutin/z_target'], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Topic :: Software Development :: Compilers', @@ -33,6 +33,7 @@ setup(name='lutin', include_package_data = True, zip_safe=False) -#To developp: ./setup.py install/develop +#To developp: sudo ./setup.py install +# sudo ./setup.py develop #TO register all in pip: ./setup.py register sdist upload