Skip to content

Commit

Permalink
add py.typed to package (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb authored Nov 14, 2023
1 parent ff5515a commit 24e6542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Repository = "https://github.com/fsantini/python-e3dc"
[tool.setuptools]
packages = ["e3dc"]

[tool.setuptools.package-data]
"*" = ["py.typed"]

[tool.setuptools.dynamic]
version = {attr = "e3dc.__version__"}

Expand Down

0 comments on commit 24e6542

Please sign in to comment.