We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461dd35 commit 87586cdCopy full SHA for 87586cd
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="py-is_ipfs",
9
- version="0.5.0",
+ version="0.5.1",
10
description="Python library to identify valid IPFS resources",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
@@ -16,6 +16,7 @@
16
package_data={
17
"cid-stubs": ["__init__.pyi", "cid.pyi"],
18
"multibase-stubs": ["__init__.pyi", "converters.pyi", "multibase.pyi"],
19
+ "is_ipfs": ["py.typed"],
20
},
21
license="MIT",
22
classifiers=[
0 commit comments