Skip to content

Commit

Permalink
Merge pull request #95 from crcresearch/develop
Browse files Browse the repository at this point in the history
We're trying again
  • Loading branch information
branks42 authored Jul 1, 2021
2 parents 2be0575 + 0663c40 commit abba350
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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 *
recursive-include docs *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ 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",
author="Center for Research Computing",
author_email="[email protected]",
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=[
Expand Down

0 comments on commit abba350

Please sign in to comment.