Little fix in setup

This commit is contained in:
Antonio de la Rosa 2017-07-26 04:39:10 +02:00
parent bf8b11287e
commit 6662bc4f8a
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@ setup(name='paramecio',
author='Antonio de la Rosa Caballero', author='Antonio de la Rosa Caballero',
author_email='webmaster@web-t-sys.com', author_email='webmaster@web-t-sys.com',
url='http://paramecioproject.com/', url='http://paramecioproject.com/',
packages=['paramecio', 'paramecio.i18n'], packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
include_package_data=True, include_package_data=True,
install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'diskcache', 'itsdangerous', 'colorama','cherrypy', 'arrow'], install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'diskcache', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
entry_points={'console_scripts': [ entry_points={'console_scripts': [