Fixes in README and setup.py

This commit is contained in:
Antonio de la Rosa 2017-02-18 03:41:39 +01:00
parent dc427e52d6
commit 79958914fd
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ if sys.version_info < (3, 3):
setup(name='paramecio',
version='0.1.2',
description='Fast and simple Framework based in bottle and Mako.',
long_description='This framework is 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 ',
long_description='This framework is 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_email='webmaster@web-t-sys.com',
url='http://paramecioproject.com/',