...
parent
fa3253e1ca
commit
f465f2e426
1
setup.py
1
setup.py
|
@ -5,6 +5,7 @@ setuptools.setup(
|
||||||
version='0.4.0',
|
version='0.4.0',
|
||||||
author='Alexandre L. Dias, Roman Borodin (inpos@yandex.ru)',
|
author='Alexandre L. Dias, Roman Borodin (inpos@yandex.ru)',
|
||||||
author_email='alexandre@katrid.com',
|
author_email='alexandre@katrid.com',
|
||||||
|
packages=setuptools.find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
url='http://pypi.python.org/pypi/Orun/',
|
url='http://pypi.python.org/pypi/Orun/',
|
||||||
|
|
Loading…
Reference in New Issue