代码拉取完成,页面将自动刷新
#!/usr/bin/env python
"""
distutils/setuptools install script.
"""
import os
from setuptools import setup, find_packages
import tencentcloud
ROOT = os.path.dirname(__file__)
setup(
name='tencentcloud-sdk-python-intl-en',
install_requires=["requests>=2.16.0"],
version=tencentcloud.__version__,
description='Tencent Cloud SDK for Python',
long_description=open('README.rst').read(),
author='Tencent Cloud',
url='https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en',
maintainer_email="tencentcloudapi@tencent.com",
scripts=[],
packages=find_packages(exclude=["tests*"]),
license="Apache License 2.0",
platforms='any',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。