Skip to content

Commit 76185c0

Browse files
committed
feat: update pkg info
1 parent f84dc9c commit 76185c0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Python版本需要不低于2.7。
1414

1515
Install via pip
1616
```sh
17-
pip install volcenginesdk
17+
pip install volcengine-python-sdk
1818
```
1919

2020
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages # noqa: H301
44

5-
NAME = "volcenginesdk"
5+
NAME = "volcengine-python-sdk"
66
VERSION = "1.0.0"
77
# To install the library, run the following
88
#
@@ -24,4 +24,8 @@
2424
install_requires=REQUIRES,
2525
packages=find_packages(),
2626
include_package_data=True,
27+
description='Volcengine SDK for Python',
28+
license="Apache License 2.0",
29+
platforms='any',
30+
url='https://github.com/volcengine/volcengine-python-sdk',
2731
)

0 commit comments

Comments
 (0)