Skip to content

Commit 87586cd

Browse files
authored
fix: include py.typed in setup.py (#23)
1 parent 461dd35 commit 87586cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="py-is_ipfs",
9-
version="0.5.0",
9+
version="0.5.1",
1010
description="Python library to identify valid IPFS resources",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
@@ -16,6 +16,7 @@
1616
package_data={
1717
"cid-stubs": ["__init__.pyi", "cid.pyi"],
1818
"multibase-stubs": ["__init__.pyi", "converters.pyi", "multibase.pyi"],
19+
"is_ipfs": ["py.typed"],
1920
},
2021
license="MIT",
2122
classifiers=[

0 commit comments

Comments
 (0)