Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 751f727

Browse files
stefmolinLee-W
authored andcommittedMay 20, 2024
fix: add py.typed file
1 parent 7eafdfa commit 751f727

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎commitizen/py.typed

Whitespace-only changes.

‎pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ classifiers = [
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: Implementation :: CPython",
3434
]
35+
packages = [
36+
{include = "commitizen"},
37+
{include = "commitizen/py.typed"},
38+
]
3539

3640
[tool.poetry.dependencies]
3741
python = ">=3.8"

0 commit comments

Comments
 (0)
Please sign in to comment.