Skip to content

Commit

Permalink
Add py.typed (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Feb 8, 2022
1 parent 320e6d7 commit 03e4018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added aiovlc/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 @@
author="Martin Hjelmare",
author_email="marhje52@gmail.com",
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
package_data={"aiovlc": ["py.typed"]},
include_package_data=True,
zip_safe=False,
license="Apache-2.0",
Expand Down

0 comments on commit 03e4018

Please sign in to comment.