From 49a6758e772daa7e1fd7bbfef656a4919cc2b72b Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 7 Jan 2022 11:09:59 +0100 Subject: [PATCH] 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". --- pyproject.toml | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be74ce7..499958c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ requires =[ "setuptools >=39.2.0", "setuptools_scm >= 4.1.2", - "wheel", ] build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg index c005c5f..853cdfd 100755 --- a/setup.cfg +++ b/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 =