🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
parent
e38363917c
commit
64d8b80484
|
@ -4,13 +4,14 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
# Partisia Blockchain Client
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Unofficial library for reading contract states from Partisia Blockchain.
|
||||||
|
|
||||||
|
This library is not officially associated with Partisia Blockchain nor Partisia
|
||||||
|
Group ApS.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|
8
setup.py
8
setup.py
|
@ -11,10 +11,16 @@ from setuptools import setup
|
||||||
PACKAGE_NAME = 'pbc_client'
|
PACKAGE_NAME = 'pbc_client'
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION = """
|
PACKAGE_DESCRIPTION = """
|
||||||
|
# Partisia Blockchain Client
|
||||||
|
|
||||||
|
Unofficial library for reading contract states from Partisia Blockchain.
|
||||||
|
|
||||||
|
This library is not officially associated with Partisia Blockchain nor Partisia
|
||||||
|
Group ApS.
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT = """
|
PACKAGE_DESCRIPTION_SHORT = """
|
||||||
""".strip()
|
Unofficial library for reading contract states from Partisia Blockchain.""".strip()
|
||||||
|
|
||||||
|
|
||||||
def parse_version_file(text: str) -> str:
|
def parse_version_file(text: str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user