Skip to content

Commit 31227ee

Browse files
committed
Add py.typed marker to package for poetry
1 parent 31f82ab commit 31227ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
]
34-
packages = [{include = "rss_parser"}]
34+
packages = [
35+
{include = "rss_parser"},
36+
{include = "rss_parser/py.typed"},
37+
]
3538

3639

3740
[tool.poetry.urls]

0 commit comments

Comments
 (0)