Skip to content

Commit

Permalink
Bump setuptools requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed May 16, 2024
1 parent a88271a commit a09506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ proxy_server = "pyleco.coordinators.proxy_server:main"
starter = "pyleco.management.starter:main"

[build-system]
requires = ["setuptools>=61.0", "wheel", "setuptools_scm>=7.0"]
requires = ["setuptools>=61.0", "wheel", "setuptools_scm>=8.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit a09506c

Please sign in to comment.