From 3a5401538fc763b5e59b303a34f5ded4d6ea37dc Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sun, 24 Sep 2023 23:46:05 -0400 Subject: [PATCH] Pin setuptools_scm too --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cce7c6e0..a4c99640 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ packages = find: install_requires = # pep 660 editable install implementation in setuptools 64+ break my workflow setuptools >= 45, < 64 - setuptools_scm >= 6.2 + setuptools_scm >= 6.2, < 8 header2whatever >= 0.4.8 robotpy-cppheaderparser >= 5.1 sphinxify >= 0.7.3