🤖 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:
Takunomi Automaticus, The 2nd 2025-04-09 21:42:25 +02:00
parent e38363917c
commit 64d8b80484
2 changed files with 11 additions and 4 deletions

View File

@ -4,13 +4,14 @@
# # Partisia Blockchain Client
![Test program/library](https://gitfub.space/Jmaa/pbc-client/actions/workflows/python-test.yml/badge.svg) ![Test program/library](https://gitfub.space/Jmaa/pbc-client/actions/workflows/python-test.yml/badge.svg)
Unofficial library for reading contract states from Partisia Blockchain.
This library is not officially associated with Partisia Blockchain nor Partisia
Group ApS.
## Dependencies ## Dependencies

View File

@ -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: