[DEBUG] remove dependency of pil
This commit is contained in:
parent
780979e0f0
commit
2e2143ebcf
5
setup.py
5
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.12',
|
version='0.5.13',
|
||||||
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',
|
||||||
@ -30,9 +30,6 @@ setup(name='lutin',
|
|||||||
('/etc/bash_completion.d', ['bash-autocompletion/lutin']),
|
('/etc/bash_completion.d', ['bash-autocompletion/lutin']),
|
||||||
],
|
],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
install_requires=[
|
|
||||||
'PIL>=1.0.0'
|
|
||||||
],
|
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|
||||||
#To developp: ./setup.py install/develop
|
#To developp: ./setup.py install/develop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user