Skip to content

Commit

Permalink
Align, add build-backend to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Oct 11, 2024
1 parent a14d3bb commit 4b0e687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[build-system]
requires = ["setuptools>=60", "setuptools-scm>=8.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_file="_version.py"
version_file = "_version.py"

[tool.black]
line-length = 95
Expand Down

0 comments on commit 4b0e687

Please sign in to comment.