Little fix in setup
This commit is contained in:
parent
bf8b11287e
commit
6662bc4f8a
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ setup(name='paramecio',
|
|||
author='Antonio de la Rosa Caballero',
|
||||
author_email='webmaster@web-t-sys.com',
|
||||
url='http://paramecioproject.com/',
|
||||
packages=['paramecio', 'paramecio.i18n'],
|
||||
packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
|
||||
include_package_data=True,
|
||||
install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'diskcache', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
||||
entry_points={'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue