-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to a different version manually to allow publishing
- Loading branch information
1 parent
019517c
commit bef127a
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "mvesuvio" | ||
dynamic = ["version"] | ||
# dynamic = ["version"] | ||
version = "0.0.1" | ||
authors = [ | ||
{name = "The Mantid Project", email = "[email protected]"}, | ||
{name = "Guilherme Pereira", email = "[email protected]"}, | ||
|
@@ -69,21 +70,21 @@ fail_under = 0 | |
show_missing = true | ||
skip_empty = true | ||
|
||
[tool.versioningit.vcs] | ||
method = "git" | ||
default-tag = "0.0.1" | ||
match = ["v*"] | ||
|
||
[tool.versioningit.next-version] | ||
method = "minor" | ||
|
||
[tool.versioningit.format] | ||
# [tool.versioningit.vcs] | ||
# method = "git" | ||
# default-tag = "0.0.1" | ||
# match = ["v*"] | ||
# | ||
# [tool.versioningit.next-version] | ||
# method = "minor" | ||
# | ||
# [tool.versioningit.format] | ||
# distance = "{version}.dev{distance}" | ||
# dirty = "{version}+uncommitted" | ||
# distance-dirty = "{version}.dev{distance}+uncommitted" | ||
distance = "{version}" | ||
dirty = "{version}" | ||
distance-dirty = "{version}" | ||
|
||
[tool.versioningit.write] | ||
file = "mvesuvio/_version.py" | ||
# # distance = "{version}" | ||
# # dirty = "{version}" | ||
# # distance-dirty = "{version}" | ||
# | ||
# [tool.versioningit.write] | ||
# file = "mvesuvio/_version.py" |