Skip to content

Commit 24e6542

Browse files
authored
add py.typed to package (#105)
1 parent ff5515a commit 24e6542

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Repository = "https://github.com/fsantini/python-e3dc"
5353
[tool.setuptools]
5454
packages = ["e3dc"]
5555

56+
[tool.setuptools.package-data]
57+
"*" = ["py.typed"]
58+
5659
[tool.setuptools.dynamic]
5760
version = {attr = "e3dc.__version__"}
5861

0 commit comments

Comments
 (0)