Skip to content

Commit 80a14f5

Browse files
authored
🚩 Add py.typed marker file (#19)
1 parent 369a785 commit 80a14f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include = ["gitmojis*"]
5858
where = ["src"]
5959

6060
[tool.setuptools.package-data]
61-
"gitmojis" = ["assets*"]
61+
"gitmojis" = ["py.typed", "assets*"]
6262

6363
# Black
6464
# https://black.readthedocs.io/en/stable/usage_and_configuration/

‎src/gitmojis/py.typed‎

Whitespace-only changes.

0 commit comments

Comments
 (0)