-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
* drop empty setup.py which "breaks" on incomplete build envs * use the build package to build the dist * update the gh workflow to use it fixup noise from pre-commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[build-system] | ||
requires = [ | ||
# sync with setup.py until we discard non-pep-517/518 | ||
"setuptools>=45.0", | ||
"setuptools-scm[toml]>=6.2.3", | ||
"wheel", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
graingert
Member
|
||
|
@RonnyPfannschmidt FYI
wheel
is unnecessary here too, it's already auto-added bysetuptools
.