Skip to content

Commit

Permalink
Merge 0303800 into 2967c32
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 20, 2023
2 parents 2967c32 + 0303800 commit 20d9216
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "setuptools_scm_git_archive"]
requires = ["setuptools>=60", "wheel", "setuptools_scm[toml]>=8.0"]

[tool.setuptools_scm]
write_to = "pydecorate/version.py"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@
"pytest",
],
},
use_scm_version={"write_to": "pydecorate/version.py"},
zip_safe=False,
)

0 comments on commit 20d9216

Please sign in to comment.