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 e278156

Browse files
committedMay 20, 2024·
fix: Add py.typed file
1 parent 3752286 commit e278156

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.