Skip to content

Commit

Permalink
Merge pull request #8 from BlueBrain/zisis/fix-release
Browse files Browse the repository at this point in the history
Revert to old setuptools_scm configuration
  • Loading branch information
eleftherioszisis committed Apr 7, 2022
2 parents 964f312 + 1f3d4c7 commit eef86d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
requires = [
"setuptools>=42",
"wheel",
"setuptools_scm[toml]>=6.2",
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
# this is equivalent to use_scm_version=True
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"Tracker": "https://github.com/BlueBrain/vascpy/issues",
"Source": "https://github.com/BlueBrain/vascpy",
},
use_scm_version={"local_scheme": "no-local-version"},
setup_requires=["setuptools_scm"],
install_requires=[
"numpy>=1.17",
"scipy>=1.0.0",
Expand Down

0 comments on commit eef86d5

Please sign in to comment.