Skip to content

Commit

Permalink
Relax setuptools_scm requirement for Python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 26, 2024
1 parent 762c270 commit 602f134
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,5 +1,5 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
requires = ["setuptools>=64", "setuptools_scm>=7.1"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -36,7 +36,7 @@ Changelog = "https://github.com/olofk/edalize/blob/main/NEWS"
script-files = ["scripts/el_docker"]

[tool.setuptools_scm]
version_file = "edalize/version.py"
write_to = "edalize/version.py"

[tool.setuptools.packages.find]
include = ["edalize", "edalize.tools", "edalize.flows"]

0 comments on commit 602f134

Please sign in to comment.