Skip to content

Commit

Permalink
Update pyproject.toml - don't use legacy setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Nov 28, 2023
1 parent e7ef796 commit 83325a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
extend-exclude = ["optic/testing/index.py", "optic/examples/error*"]

[build-system]
# Fallback behavior: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#fallback-behaviour
requires = ["setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"
build-backend = "setuptools.build_meta"

0 comments on commit 83325a4

Please sign in to comment.