diff --git a/MANIFEST.in b/MANIFEST.in index 4de84e5..905296d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ include LICENSE include README.md recursive-include docs * -recursive-include jepl * diff --git a/jepl/__init__.py b/jepl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.cfg b/setup.cfg index d47bce4..3c60263 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,6 @@ author = Jeff MacKinnon author_email = jeff@jmkengineering.com license = GNU-AFFERO classifiers = - Environment :: Web Environment Intended Audience :: Developers License :: GNU AFFERO Operating System :: OS Independent