Skip to content

Commit 1211aa5

Browse files
authored
Merge pull request #214 from robotpy/pin-setuptools-scm
Pin setuptools_scm too
2 parents 9a0aac6 + 655be68 commit 1211aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
2+
requires = ["setuptools>=45,<64", "wheel", "setuptools_scm>=6.2,<8"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = find:
2727
install_requires =
2828
# pep 660 editable install implementation in setuptools 64+ break my workflow
2929
setuptools >= 45, < 64
30-
setuptools_scm >= 6.2
30+
setuptools_scm >= 6.2, < 8
3131
header2whatever >= 0.4.8
3232
robotpy-cppheaderparser >= 5.1
3333
sphinxify >= 0.7.3

0 commit comments

Comments
 (0)