Skip to content

Commit 1c1c735

Browse files
authored
Merge pull request #29 from 15r10nk/build-fixes
fix: added entry point for pysource-codegen
2 parents 783221c + 547d516 commit 1c1c735

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,17 @@ version_files = [
9090
]
9191
version_provider = "pep621"
9292

93+
[tool.scriv]
94+
format = "md"
95+
version = "command: cz bump --get-next"
96+
9397
[tool.mypy]
9498
exclude="tests/.*_samples"
9599
[tool.hatch.envs.release.scripts]
96100
create=[
97101
"cz bump",
98102
"git push --force-with-lease origin main $(git describe main --tags)",
99103
]
104+
105+
[project.scripts]
106+
pysource-codegen = "pysource_codegen.__main__:run"

0 commit comments

Comments
 (0)