diff --git a/MANIFEST.in b/MANIFEST.in index fcc9db9..0fb5093 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE include README.rst +include django_workflow_system/templates/admin/django_workflow_system/workflowstep/change_form.html -recursive-include docs * \ No newline at end of file +recursive-include docs * diff --git a/setup.cfg b/setup.cfg index 7cd2956..3f98666 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-workflow-system -version = 0.8.7 +version = 0.8.8 description = A highly customizable workflow system for Django. Create surveys, activities, etc. description-file = README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index d2dfa97..6607cdd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read(f): setup( name="django-workflow-system", - version="0.8.7", + version="0.8.8", description="A highly customizable workflow system for Django. Create surveys, activities, etc.", long_description=read("README.md"), long_description_content_type="text/markdown", @@ -15,7 +15,6 @@ def read(f): author_email="prometheus-team@nd.edu", license="MIT", packages=find_packages(include=["django_workflow_system", 'django_workflow_system.*']), - package_data={"django_workflow_system": ["templates/admin/django_workflow_system/workflowstep/change_form.html"]}, include_package_data=True, python_requires=">3.8", install_requires=[