Skip to content

Commit

Permalink
FIX: Adding setuptools and scm to pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Nov 8, 2024
1 parent 6adb9be commit 91c7a53
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>=61", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 100
target-version = ['py38']
Expand Down

0 comments on commit 91c7a53

Please sign in to comment.