Skip to content

Commit

Permalink
Specify package build system in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Nov 15, 2023
1 parent 8861844 commit e008e8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[tool.ruff]
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100", "A"]
Expand Down

0 comments on commit e008e8c

Please sign in to comment.