Skip to content

Commit

Permalink
Try to get py.typed to actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed May 7, 2021
1 parent bda09ea commit 3ef4275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def load_meta_data():
name=TARGET_PROJECT_NAME,
url=metadata.url,
version=metadata.version,
package_data={MAIN_MODULE_NAME: ["py.typed"]},
packages=setuptools.find_namespace_packages(include=[f"{MAIN_MODULE_NAME}*"]),
author=metadata.author,
author_email=metadata.email,
Expand Down
2 changes: 1 addition & 1 deletion yuyo/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
__issue_tracker__ = "https://github.com/FasterSpeeding/Yuyo/issues"
__license__ = "BSD"
__url__ = "https://github.com/FasterSpeeding/Yuyo"
__version__ = "0.0.3.a3"
__version__ = "0.0.3a6"
__git_sha1__ = "HEAD"

0 comments on commit 3ef4275

Please sign in to comment.