Added modules to package

This commit is contained in:
Antonio de la Rosa 2015-12-10 18:53:56 +01:00
parent ad8e1ac853
commit 673a94dd7b
2 changed files with 2 additions and 1 deletions

View file

@ -6,3 +6,4 @@ recursive-include paramecio/citoplasma *
recursive-include paramecio/frontend * recursive-include paramecio/frontend *
recursive-include paramecio/cromosoma * recursive-include paramecio/cromosoma *
recursive-include paramecio/settings * recursive-include paramecio/settings *
recursive-include paramecio/modules *

View file

@ -32,11 +32,11 @@ setup(name='paramecio',
'Topic :: Internet :: WWW/HTTP :: HTTP Servers', 'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
'Topic :: Internet :: WWW/HTTP :: WSGI', 'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Application Frameworks',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
], ],
) )