Skip to content

Commit 1d07370

Browse files
committed
Fixed typing stub file resolution
1 parent 0063b52 commit 1d07370

File tree

7 files changed

+2
-571
lines changed

7 files changed

+2
-571
lines changed

portion/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
partial

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ ignore = ["B028"]
5656
packages = ["portion"]
5757

5858
[tool.setuptools.package-data]
59-
portion = ["typings/**/*.pyi"]
59+
portion = ["py.typed", "**/*.pyi"]

typings/portion/api.pyi

Lines changed: 0 additions & 28 deletions
This file was deleted.

typings/portion/const.pyi

Lines changed: 0 additions & 94 deletions
This file was deleted.

typings/portion/func.pyi

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)