Skip to content

Commit

Permalink
fix: go back to setuptools > 45 and align setup.cfg and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
duboise-cnes committed Sep 6, 2022
1 parent 850de6f commit f2f9e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyproject.toml
[build-system]
requires = ["setuptools>=52", "wheel", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

# enable setuptools_scm version
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ classifiers =
python_requires = >=3.8

setup_requires =
setuptools>=52
setuptools>=45
wheel
setuptools_scm[toml]>=6.2 # Following https://pypi.org/project/setuptools-scm/

# cars packages dependencies
Expand Down

0 comments on commit f2f9e30

Please sign in to comment.