Skip to content

Commit 941e07c

Browse files
committed
fix: add raw-options for version scheme in hatch configuration (please for the life of god make it work)
1 parent 82811f2 commit 941e07c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ copia = "copia.cli.app:app"
2222

2323
[tool.hatch.version]
2424
source = "vcs"
25+
raw-options = { version_scheme = "no-guess-dev", local_scheme = "no-local-version" }
2526

2627
[tool.hatch.build.targets.wheel]
2728
packages = ["src/copia"]

0 commit comments

Comments
 (0)