From 64d8b80484c44286e4bcd6915f0dc293ee5964e4 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 9 Apr 2025 21:42:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 7 ++++--- setup.py | 8 +++++++- 2 files changed, 11 insertions(+), 4 deletions(-) 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: