Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
78322882ff | |||
5546a1726a | |||
575f90ebbe | |||
d8d2be822b |
@@ -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)
|
||||||
---------------------
|
---------------------
|
||||||
|
6
setup.py
6
setup.py
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user