From 6132d7ddb69ba324356a5fae32b8bda42a7edbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Novo?= <34069419+TeknoPT@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:44:33 +0000 Subject: [PATCH] Update setup.py --- src/Libs/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Libs/setup.py b/src/Libs/setup.py index c718854..e8fff36 100644 --- a/src/Libs/setup.py +++ b/src/Libs/setup.py @@ -12,8 +12,8 @@ from setuptools import setup, find_packages # noqa: H301 -NAME = "swagger-client" -VERSION = "1.0.0" +NAME = "Phantasma-PY" +VERSION = "1.0.1" # To install the library, run the following # # python setup.py install @@ -28,12 +28,12 @@ version=VERSION, description="Phantasma API", author_email="", - url="https:", + url="https://phantasma.io/", keywords=["Swagger", "Phantasma API"], install_requires=REQUIRES, packages=find_packages(), include_package_data=True, long_description="""\ - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + Phantasma PY """ )