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 8d6fe27 commit 7309781Copy full SHA for 7309781
setup.py
@@ -15,9 +15,9 @@
15
from setuptools.command.develop import develop
16
from setuptools.command.install import install
17
18
-P2PD_VERSION = 'v0.3.1'
19
-P2PD_CHECKSUM = '15292b880c6b31f5b3c36084b3acc17f'
20
-LIBP2P_TAR_URL = f'https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz'
+P2PD_VERSION = "v0.3.1"
+P2PD_CHECKSUM = "15292b880c6b31f5b3c36084b3acc17f"
+LIBP2P_TAR_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz"
21
22
here = os.path.abspath(os.path.dirname(__file__))
23
0 commit comments