Skip to content

Commit

Permalink
Add py.typed and .pyi files to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nneonneo committed Sep 15, 2022
1 parent b25aadc commit 035bdca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added fixedint/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
],
description = "simple fixed-width integers",
packages = ['fixedint'],
package_data = {"fixedint": ["py.typed", "*.pyi"]},
long_description=long_description,
)

0 comments on commit 035bdca

Please sign in to comment.