Skip to content

Commit 69dce89

Browse files
committed
Add py.typed to package
1 parent 2ca2ff8 commit 69dce89

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ include = ["property_utils*"]
1010
exclude = ["property_utils.tests*"]
1111
namespaces = false
1212

13+
[tool.setuptools.package-data]
14+
"pkgname" = ["py.typed"]
15+
1316
[build-system]
1417
requires = ["setuptools"]
1518
build-backend = "setuptools.build_meta"

src/property_utils/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)