Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Changed setuptools_scm to setuptools-git-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
exTerEX committed Mar 13, 2022
1 parent 952e4b5 commit 3dbd64a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[build-system]
requires = ["setuptools>=42.0.0", "wheel>=0.29.0", "setuptools_scm"]
requires = ["setuptools>=42.0.0", "wheel>=0.29.0", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "no-local-version"
fallback_version = "0.0.1.dev+unset"
[tool.setuptools-git-versioning]
enabled = true

[tool.pyright]
exclude = ["**/__pycache__", "noaa.egg-info"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = find:
setup_requires =
setuptools>=42.0.0
wheel>=0.29.0
setuptools_scm
setuptools-git-versioning

[options.packages.find]
exclude = docs, tests

0 comments on commit 3dbd64a

Please sign in to comment.