File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Python版本需要不低于2.7。
1414
1515Install via pip
1616``` sh
17- pip install volcenginesdk
17+ pip install volcengine-python-sdk
1818```
1919
2020Install via [ Setuptools] ( http://pypi.python.org/pypi/setuptools ) .
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages # noqa: H301
44
5- NAME = "volcenginesdk "
5+ NAME = "volcengine-python-sdk "
66VERSION = "1.0.0"
77# To install the library, run the following
88#
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)
You can’t perform that action at this time.
0 commit comments