We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 783221c + 547d516 commit 1c1c735Copy full SHA for 1c1c735
1 file changed
pyproject.toml
@@ -90,10 +90,17 @@ version_files = [
90
]
91
version_provider = "pep621"
92
93
+[tool.scriv]
94
+format = "md"
95
+version = "command: cz bump --get-next"
96
+
97
[tool.mypy]
98
exclude="tests/.*_samples"
99
[tool.hatch.envs.release.scripts]
100
create=[
101
"cz bump",
102
"git push --force-with-lease origin main $(git describe main --tags)",
103
104
105
+[project.scripts]
106
+pysource-codegen = "pysource_codegen.__main__:run"
0 commit comments