Skip to content

Commit 470510e

Browse files
committed
build: Added missing dependency declaration on setuptools_scm to setup.cfg.
This prevents tools relying on setuptools from picking up the dependency correctly. Signed-off-by: Michael Seifert <[email protected]>
1 parent 70b5a4b commit 470510e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ python_requires = >=3.7
3232
packages = find:
3333
include_package_data = True
3434

35+
setup_requires =
36+
setuptools_scm >= 6.2
37+
3538
install_requires =
3639
pytest >= 5.4.0
3740

0 commit comments

Comments
 (0)