Skip to content

Commit

Permalink
Try removing build config from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Feb 7, 2024
1 parent 5ae9ac0 commit 23197e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# TODO: Move entire setup.cfg to pyproject.toml

[build-system]
build-backend = "setuptools.build_meta"
# Version 64.0.0 is needed for editable installs without setup.py file
# https://setuptools.pypa.io/en/latest/references/keywords.html
requires = [
"setuptools>=64.0.0",
"wheel"
]

[tool.ruff]
line-length = 88
show-fixes = true
Expand Down

0 comments on commit 23197e3

Please sign in to comment.