Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihangChenNBAI committed May 3, 2024
1 parent 5e0d7cb commit 49ab0ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ git checkout release/v0.0.2
## Use Python dotenv
It is recommanded to store your important person information in configuration or as environmental variables. Python dotenv allows loading environment variable from `.env` files for easier access and better security.

python-dotenv package: https://pypi.org/project/python-dotenv/
python-dotenv package: https://pypi.org/project/python-dotenv/ \
Detailed instructions: https://github.com/swanchain/python-swan-sdk/tree/release/v0.0.2/docs/configuration.md

## Quick Start Guide for Swan SDK
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
long_description = fh.read()

setup(
name="swan-sdk",
version="0.0.1",
name="orchestrator-sdk",
version="0.0.2",
packages=['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.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/swanchain/orchestrator-sdk",
author="SwanCloud",
author_email="swan.development@nbai.io",
author="ZihangChenNBAI",
author_email="zhchen@nbai.io",
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 49ab0ce

Please sign in to comment.