Skip to content

Commit a9f86be

Browse files
stefmolinLee-W
authored andcommitted
style: add py.typed file
1 parent 7eafdfa commit a9f86be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: commitizen/py.typed

Whitespace-only changes.

Diff for: pyproject.toml

+4
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)