Skip to content

Commit

Permalink
fix: include py.typed in setup.py (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs authored Jun 24, 2022
1 parent 461dd35 commit 87586cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="py-is_ipfs",
version="0.5.0",
version="0.5.1",
description="Python library to identify valid IPFS resources",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -16,6 +16,7 @@
package_data={
"cid-stubs": ["__init__.pyi", "cid.pyi"],
"multibase-stubs": ["__init__.pyi", "converters.pyi", "multibase.pyi"],
"is_ipfs": ["py.typed"],
},
license="MIT",
classifiers=[
Expand Down

0 comments on commit 87586cd

Please sign in to comment.