diff options
| author | Youssef <95358038+badziyoussef@users.noreply.github.com> | 2022-08-15 09:36:27 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-15 11:31:33 +0200 |
| commit | 247e25897b1682a1c15f240d780eb81ca01e0a5a (patch) | |
| tree | ea82706109ae6fb4da7fcc43e73055ff4ef62f25 /pyproject.toml | |
| parent | 242499f2dc2bf24a9a5c855690a2e13d3303581a (diff) | |
Fixed #33778 -- Updated build-system configuration.
This removes unnecessary wheel dependency and __legacy__ fallback.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 21aa71dd2d..b1b79a53dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ['setuptools>=40.8.0', 'wheel'] -build-backend = 'setuptools.build_meta:__legacy__' +requires = ['setuptools>=40.8.0'] +build-backend = 'setuptools.build_meta' [tool.black] target-version = ['py38'] |
