Skip to content

Commit

Permalink
Update pyproject.toml with minimal build-system config
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Nov 28, 2023
1 parent b0c0993 commit e7ef796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
# it's imports are used for side effects
# Skip error examples since there's intentionally incorrect Python code.
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__"

0 comments on commit e7ef796

Please sign in to comment.