diff --git a/pyproject.toml b/pyproject.toml index a25f0cb..be74ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ requires =[ "setuptools >=39.2.0", "setuptools_scm >= 4.1.2", - "wheel >= 0.35.1" ] + "wheel", + ] build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg index e856bc6..c005c5f 100755 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = setup_requires = setuptools >=39.2.0 setuptools_scm >= 4.1.2 - wheel >= 0.35.1 + wheel [options.extras_require] # To install these dependencies, run pip install .[test] test =