diff options
author | Thomas Waldmann <tw@waldmann-edv.de> | 2022-04-15 00:38:30 +0200 |
---|---|---|
committer | Thomas Waldmann <tw@waldmann-edv.de> | 2022-04-15 00:38:30 +0200 |
commit | 83a33a37f3bfca13b82aec69320cc7e2bd3c3372 (patch) | |
tree | a48b13994880e71ba2871e1745b2c71e5d7d26f3 | |
parent | 4c749eac2aef839c008b332149c8d94da1752be2 (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.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |