Skip to content

Commit a7d4189

Browse files
committed
style: add py.typed file
1 parent 7eafdfa commit a7d4189

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

commitizen/py.typed

Whitespace-only changes.

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)