Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #528 from henryiii/patch-1
Browse files Browse the repository at this point in the history
fix: wheel is not needed
  • Loading branch information
pllim authored Aug 11, 2023
2 parents 7d975f8 + 7d44e89 commit 36ed48d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions {{ cookiecutter.package_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
{% if cookiecutter.include_example_code == 'y' %}
requires = ["setuptools>=42.0.0",
"setuptools_scm",
"wheel",
"extension-helpers",
"oldest-supported-numpy",
"cython==0.29.14"]
{% else %}
requires = ["setuptools",
"setuptools_scm",
"wheel"]
"setuptools_scm"]
{% endif %}
build-backend = 'setuptools.build_meta'

0 comments on commit 36ed48d

Please sign in to comment.