Skip to content

Commit

Permalink
py.typed: add type hint marker file
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Feb 18, 2022
1 parent dcd83be commit 3015dde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added neologism/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Documentation": "https://neologism.readthedocs.io/",
},
packages=setuptools.find_packages(include=["neologism"]),
package_data={"neologism": ["py.typed"]},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down

0 comments on commit 3015dde

Please sign in to comment.