Skip to content

Commit

Permalink
Bump setuptools-scm version
Browse files Browse the repository at this point in the history
Also fixing bug uncovered by 6.3.0 related to us missing to
mention toml extra in one place.
  • Loading branch information
ssbarnea committed Sep 3, 2021
1 parent 67c25f7 commit 1ef9c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -57,7 +57,7 @@ zip_safe = False

# These are required during `setup.py` run:
setup_requires =
setuptools_scm>=1.15.0
setuptools_scm[toml]>=6.0.0
setuptools_scm_git_archive>=1.0

# These are required in actual runtime:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,5 +9,5 @@
# https://github.com/jazzband/pip-tools/issues/1278
setuptools.setup(
use_scm_version={"local_scheme": "no-local-version"},
setup_requires=["setuptools_scm[toml]>=3.5.0"],
setup_requires=["setuptools_scm[toml]>=6.0.0"],
)

0 comments on commit 1ef9c8e

Please sign in to comment.