From 0ef8bea59ed78aee1127c95d9e4681724f388edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Jun 2022 14:05:44 +0200 Subject: Remove redundant wheel dep from pyproject.toml (#1047) 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 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index cd87f7c..2a8de06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ build-backend = "setuptools.build_meta" requires = [ "setuptools>=47", - "wheel>=0.34", ] [tool.black] -- cgit v1.2.1