-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
…Ref pypa/setuptools#1498.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[build-system] | ||
requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"] | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jaraco
Author
Owner
|
||
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.black] | ||
|
And by implied you mean that requires for wheel build will pull it in?