Skip to content

Commit

Permalink
Rm wheel dep from collections_runtime_pythonpath
Browse files Browse the repository at this point in the history
This build dep never needed to be listed explicitly or for sdists.
Additionally, the latest `setuptools` versions vendor it and no longer
inject it as a dependency.
  • Loading branch information
webknjaz committed Jul 18, 2024
1 parent 906c969 commit 3501e61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = [
"setuptools >= 44",
"wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit 3501e61

Please sign in to comment.