🤖 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
|
||||
|
||||
|
|
8
setup.py
8
setup.py
|
@ -11,10 +11,16 @@ from setuptools import setup
|
|||
PACKAGE_NAME = 'pbc_client'
|
||||
|
||||
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()
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
""".strip()
|
||||
Unofficial library for reading contract states from Partisia Blockchain.""".strip()
|
||||
|
||||
|
||||
def parse_version_file(text: str) -> str:
|
||||
|
|
Loading…
Reference in New Issue
Block a user