Browse Source

setup: Remove requirement "wheel".

"wheel" is not required for building, but only for creating the
distribution package in ".whl" format. The package builds fine into a
bdist archive without "wheel".
pull/7/head
Hartmut Goebel 4 years ago
parent
commit
49a6758e77
  1. 1
      pyproject.toml
  2. 1
      setup.cfg

1
pyproject.toml

@ -5,7 +5,6 @@
requires =[
"setuptools >=39.2.0",
"setuptools_scm >= 4.1.2",
"wheel",
]
build-backend = "setuptools.build_meta"

1
setup.cfg

@ -34,7 +34,6 @@ install_requires =
setup_requires =
setuptools >=39.2.0
setuptools_scm >= 4.1.2
wheel
[options.extras_require]
# To install these dependencies, run pip install .[test]
test =

Loading…
Cancel
Save