Skip to content

Commit

Permalink
Fix setuptools_scm version consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jun 16, 2020
1 parent 77af4ca commit a86f80c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.5.0"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.3.3"]
build-backend = "setuptools.build_meta"

[tools.setuptools_scm]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
importlib-metadata;python_version<"3.8"
requests
wheel
py7zr>=0.7.0b2,<0.8
py7zr>=0.7.0,<0.8.0
packaging
setup_requires =
setuptools-scm[toml]>=3.3.3
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

from setuptools import setup

setup(use_scm_version={"local_scheme": "no-local-version"},
setup_requires=['setuptools-scm>=3.5.0', 'setuptools>=42.0'])
setup(use_scm_version={"local_scheme": "no-local-version"})

0 comments on commit a86f80c

Please sign in to comment.