add py.typed to indicate irctokens supports typehints

This commit is contained in:
jesopo 2020-03-12 15:29:44 +00:00
parent 89a2a6c131
commit 37bd2abdc5
2 changed files with 1 additions and 0 deletions

0
irctokens/py.typed Normal file
View File

View File

@ -15,6 +15,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/jesopo/irctokens",
packages=setuptools.find_packages(),
package_data={"irctokens": ["py.typed"]},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",