Fix in setup.py

This commit is contained in:
Antonio de la Rosa 2018-01-31 05:37:26 +01:00
parent 831a813ee9
commit 7f15296d81

View file

@ -13,12 +13,11 @@ if sys.version_info < (3, 3):
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc # If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
setup(name='paramecio', setup(name='paramecio',
packages=['paramecio'],
version='1.5.0', version='1.5.0',
description='Simple Web Framework based in bottlepy and Mako.', description='Simple Web Framework based in bottlepy and Mako.',
long_description='This framework is a simple framework used for create web apps. Paramecio is modular and fast. By default have a module called admin that can be used for create admin sites', long_description='This framework is a simple framework used for create web apps. Paramecio is modular and fast. By default have a module called admin that can be used for create admin sites',
author='Antonio de la Rosa Caballero', author='Antonio de la Rosa Caballero',
author_email='antonio.delarosa@salirdelhoyo.com', author_email='antonio.delarosa@coesinfo.com',
url='https://github.com/paramecio/parameciofm/', url='https://github.com/paramecio/parameciofm/',
packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'], packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
include_package_data=True, include_package_data=True,