blob: 0cb7e3454f26ada87a4301602492a8e2728130d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Remove requirements for wheel and pip as they're not required for build
--- pyproject.toml.orig 2022-01-19 06:15:34 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools", "wheel", "pip"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.black]
|