Skip to content

Commit 81f14af

Browse files
committed
fix: remove version_scheme from hatch configuration raw-options
1 parent 941e07c commit 81f14af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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" }
25+
raw-options = { local_scheme = "no-local-version" }
2626

2727
[tool.hatch.build.targets.wheel]
2828
packages = ["src/copia"]

0 commit comments

Comments
 (0)