Skip to content

Commit

Permalink
Merge pull request #106 from wolberlab/version2
Browse files Browse the repository at this point in the history
version 2 fix
  • Loading branch information
talagayev authored Sep 11, 2024
2 parents 3100041 + f60083c commit ef4e9c8
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,8 @@ openmmdl = [
"py.typed"
]


[tool.versioningit.format]
distance = "{base_version}+{distance}.{vcs}{rev}"
dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"

[tool.versioningit.vcs]
# The method key:
method = "git" # <- The method name
# Parameters to pass to the method:
match = ["*"]
default-tag = "1.0.0"

[tool.versioningit.write]
file = "openmmdl/_version.py"
[tool.setuptools.dynamic]
version = { attr = "openmmdl._version.__version__" }

[project.scripts]
openmmdl_setup = "openmmdl.openmmdl_setup.openmmdlsetup:main"
Expand Down

0 comments on commit ef4e9c8

Please sign in to comment.