Skip to content

Commit

Permalink
Added py.typed to package_data in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Jun 20, 2022
1 parent d31915d commit 0af5c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
packages=find_packages("."),
package_data={"ptpython": ["py.typed"]},
install_requires=[
"appdirs",
"importlib_metadata;python_version<'3.8'",
Expand Down

0 comments on commit 0af5c10

Please sign in to comment.