Skip to content

Commit

Permalink
Add py.typed to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Mar 29, 2020
1 parent 53d0361 commit 6e2a921
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include README.rst
include setup.cfg
include tox.ini
include docs/pages/introduction/summary.txt
include */py.typed

recursive-include requirements *
recursive-include test *
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
long_description=long_description,
long_description_content_type="text/x-rst",
packages=setuptools.find_packages(exclude=["test*"]),
package_data={MODULE_NAME: ["py.typed"]},
project_urls={
"Documentation": "https://{:s}.rtfd.io/".format(MODULE_NAME),
"Source": REPOSITORY_URL,
Expand Down
Empty file added typepy/py.typed
Empty file.

0 comments on commit 6e2a921

Please sign in to comment.