Skip to content

Commit

Permalink
latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaflows committed Aug 30, 2024
1 parent fe73a8f commit 5f8efb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# setup.py
#setup.py

""" SwanSDK setup code """

from setuptools import setup, find_packages


with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="orchestrator-sdk",
version="0.0.7-pre2",
name="swan-sdk",
version="0.0.7",
packages=['swan', 'swan.api', 'swan.common', 'swan.contract', 'swan.object', 'swan.contract.abi'],
# package_data={'swan.contract.abi': ['swan/contract/abi/PaymentContract.json', 'swan/contract/abi/SwanToken.json']},
include_package_data=True,
description="A python developer tool kit for Swan Orchestrator services.",
description="A python developer tool kit for Swan services.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/swanchain/python-swan-sdk",
Expand Down

0 comments on commit 5f8efb2

Please sign in to comment.