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

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