diff --git a/MANIFEST.in b/MANIFEST.in index 873b954..22fb9d9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ recursive-include paramecio/citoplasma * recursive-include paramecio/frontend * recursive-include paramecio/cromosoma * recursive-include paramecio/settings * +recursive-include paramecio/modules * \ No newline at end of file diff --git a/setup.py b/setup.py index 9dade3a..b238493 100644 --- a/setup.py +++ b/setup.py @@ -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', ], ) \ No newline at end of file