Skip to content

Commit

Permalink
Add py.typed to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Feb 24, 2021
1 parent f7229ec commit 7b0b816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added asyncio_mqtt/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
name='asyncio_mqtt',
version=__version__,
packages=find_packages(),
package_data = {
'asyncio_mqtt': ['py.typed'],
},
url='https://github.com/sbtinstruments/asyncio-mqtt',
author='Frederik Aalund',
author_email='fpa@sbtinstruments.com',
Expand Down

0 comments on commit 7b0b816

Please sign in to comment.