Commit 4ba6a7fe authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1911 from mgorny/wheel

Remove redundant wheel dep from pyproject.toml
parents 26c09545 72faa79e
...@@ -8,7 +8,6 @@ build-backend = "setuptools.build_meta:__legacy__" ...@@ -8,7 +8,6 @@ build-backend = "setuptools.build_meta:__legacy__"
# if you add/remove/change them. # if you add/remove/change them.
requires = [ requires = [
"setuptools >= 40.8.0", "setuptools >= 40.8.0",
"wheel",
# Python 3.7 requires at least Cython 0.27.3. # Python 3.7 requires at least Cython 0.27.3.
# 0.28 is faster, and (important!) lets us specify the target module # 0.28 is faster, and (important!) lets us specify the target module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment