Skip to content

Commit

Permalink
#432 ensure setuptools_scm is a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jan 10, 2024
1 parent 641d1fa commit 835c26b
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,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 42",
"setuptools >= 61",
"setuptools_scm[toml] >= 6.2",
"setuptools_scm_git_archive",
"wheel >= 0.29.0",
Expand Down Expand Up @@ -33,6 +33,7 @@ classifiers = [
keywords = ["fortran", "parser"]
dynamic = ["version"]
requires-python = ">=3.6"
dependencies = ["setuptools_scm"]

[project.optional-dependencies]
doc = ["sphinx", "sphinx_rtd_theme"]
Expand Down

0 comments on commit 835c26b

Please sign in to comment.