Skip to content

Commit

Permalink
Remove setuptools from the build-system for new integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Sep 6, 2023
1 parent aafc898 commit d887796
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[build-system]
requires = [
"hatchling>=0.13.0",
"setuptools>=66; python_version > '3.0'",
"setuptools; python_version < '3.0'",
]
build-backend = "hatchling.build"

Expand Down

0 comments on commit d887796

Please sign in to comment.