diff --git a/README.md b/README.md index 91fff20..00b8e5f 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ -# +# Partisia Blockchain Client ![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 diff --git a/setup.py b/setup.py index 2ff1279..ba9b1e1 100644 --- a/setup.py +++ b/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: