Compare commits

..

4 Commits
0.5.3 ... 0.5.5

Author SHA1 Message Date
78322882ff Update README.rst 2015-05-11 09:01:47 +02:00
5546a1726a [DEV] do bad .. new version 2015-05-11 21:32:24 +02:00
575f90ebbe Merge remote-tracking branch 'origin/master' into dev 2015-05-11 21:28:04 +02:00
d8d2be822b [DEV] add help to setup 2015-05-11 21:28:04 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,10 @@ Just run::
pip install lutin pip install lutin
On mac-os you may install pip before:
sudo easy_install pip
License (APACHE v2.0) License (APACHE v2.0)
--------------------- ---------------------

View File

@@ -7,7 +7,7 @@ def readme():
# https://pypi.python.org/pypi?%3Aaction=list_classifiers # https://pypi.python.org/pypi?%3Aaction=list_classifiers
setup(name='lutin', setup(name='lutin',
version='0.5.3', version='0.5.4',
description='Lutin generic builder', description='Lutin generic builder',
long_description=readme(), long_description=readme(),
url='http://github.com/HeeroYui/lutin', url='http://github.com/HeeroYui/lutin',
@@ -29,3 +29,7 @@ setup(name='lutin',
scripts=['bin/lutin'], scripts=['bin/lutin'],
include_package_data = True, include_package_data = True,
zip_safe=False) zip_safe=False)
#To developp: ./setup.py install/develop
#TO register all in pip: ./setup.py register sdist upload