Skip to content

Commit

Permalink
Merge pull request #6 from TeknoPT/main
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
TeknoPT authored Dec 12, 2023
2 parents e7aef2d + 6132d7d commit 0828f33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Libs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
"""
)

0 comments on commit 0828f33

Please sign in to comment.