Skip to content

Commit

Permalink
Missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
branks42 committed Jul 1, 2021
1 parent be6bdd5 commit 76d2b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(f):
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"]}
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 76d2b71

Please sign in to comment.