Added arrayfield field

This commit is contained in:
Antonio de la Rosa 2016-03-17 20:29:18 +01:00
parent d796511a50
commit 3f1942cbfb
4 changed files with 80 additions and 3 deletions

View file

@ -11,7 +11,7 @@ if sys.version_info < (3, 3):
#import paramecio
setup(name='paramecio',
version='0.1.0b1',
version='0.1.0b2',
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 ',
author='Antonio de la Rosa Caballero',
@ -39,4 +39,4 @@ setup(name='paramecio',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
)
)