summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-09 19:14:00 +0200
committerGitHub <noreply@github.com>2022-10-09 13:14:00 -0400
commit161c68770aa1366056322cf5f095f4ca36150f0c (patch)
tree451892ccf9c3e23c692ebe990d16f260b5b11e10
parentbd62797358bd0f8993af829be9cb5a95d0305434 (diff)
downloadkazoo-161c68770aa1366056322cf5f095f4ca36150f0c.tar.gz
chore(packaging): Remove redundant wheel dep from pyproject.toml (#671)
Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0bea47b..9db4899 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,5 +2,4 @@
build-backend = 'setuptools.build_meta'
requires = [
'setuptools >= 46.4.0',
- 'wheel'
-] \ No newline at end of file
+]