Skip to content

Commit

Permalink
Insert "pypi": "yes" into cookiecutter.json
Browse files Browse the repository at this point in the history
This is needed to prevent the cookiecutter from removing the PyPI support from
this project now that PyPI is optional. See:

hypothesis/cookiecutters#104
  • Loading branch information
seanh committed Jan 11, 2023
1 parent f3f7eec commit 71bfa48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cookiecutter/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"__github_url": "https://github.com/hypothesis/data-tasks",
"__pypi_url": "https://pypi.org/project/data-tasks",
"__hdev_project_type": "library",
"__copyright_year": "2022"
"__copyright_year": "2022",
"pypi": "yes"
}
}

0 comments on commit 71bfa48

Please sign in to comment.