Added arrayfield field
This commit is contained in:
parent
d796511a50
commit
3f1942cbfb
4 changed files with 80 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue