summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-04-15 00:38:30 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-04-15 00:38:30 +0200
commit83a33a37f3bfca13b82aec69320cc7e2bd3c3372 (patch)
treea48b13994880e71ba2871e1745b2c71e5d7d26f3
parent4c749eac2aef839c008b332149c8d94da1752be2 (diff)
setup.cfg: setup_requires setuptools_scm1.3.0a1.post21.3.0a1.post11.3.0a1-docs
readthedocs.org uses python setup.py install (not pip install).
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ad4a280c8..abd57d72c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,6 +35,8 @@ packages = find:
package_dir =
=src
python_requires = >=3.9
+setup_requires =
+ setuptools_scm[toml] >= 6.2
install_requires =
msgpack >=1.0.3, <=1.0.3
packaging