diff --git a/MANIFEST.in b/MANIFEST.in index 2e8940a..58daa50 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,4 +5,4 @@ include README.rst recursive-include docs * recursive-include uni_form/static * recursive-include uni_form/templates * -recursive-include uni_form/tests/test_project/test_app/templates * +recursive-include uni_form/test_project/test_app/templates/test_app * diff --git a/setup.py b/setup.py index 7d82275..6ae5977 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", - "Intended Audience :: Developer", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: JavaScript",