Skip to content

Commit

Permalink
#435 revert to write_to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jan 10, 2024
1 parent 07414e8 commit 641d1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 61",
"setuptools >= 42",
"setuptools_scm[toml] >= 6.2",
"setuptools_scm_git_archive",
"wheel >= 0.29.0",
Expand Down Expand Up @@ -42,4 +42,4 @@ tests = ["pytest >= 3.3.0"]
fparser2 = "fparser.scripts.fparser2:main"

[tool.setuptools_scm]
version_file = "fparser/_version.py"
write_to = "src/fparser/_version.py"

0 comments on commit 641d1fa

Please sign in to comment.