From 673a94dd7bc8ebfd6567439072e2528478744738 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Thu, 10 Dec 2015 18:53:56 +0100 Subject: [PATCH] Added modules to package --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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