Skip to content

Commit

Permalink
Merge pull request #196 from dandi/unpin-vgit
Browse files Browse the repository at this point in the history
Unpin versioningit version
  • Loading branch information
yarikoptic authored Nov 16, 2023
2 parents 966a20d + e25d2f9 commit 68f4d1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
# Setuptools version should match setup.py; wheel because pip will insert it noisily
requires = ["setuptools >= 42.0.0", "versioningit ~= 0.3.0", "wheel"]
requires = ["setuptools >= 42.0.0", "versioningit", "wheel"]
build-backend = 'setuptools.build_meta'

[tool.versioningit]
Expand All @@ -11,9 +11,9 @@ exclude = ["schema-*"]

[tool.versioningit.format]
# Same format as versioneer
distance = "{version}+{distance}.{vcs}{rev}"
dirty = "{version}+{distance}.{vcs}{rev}.dirty"
distance-dirty = "{version}+{distance}.{vcs}{rev}.dirty"
distance = "{base_version}+{distance}.{vcs}{rev}"
dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"

[tool.versioningit.write]
file = "dandischema/_version.py"
Expand Down

0 comments on commit 68f4d1e

Please sign in to comment.