1 Star 0 Fork 3

好雨科技 / appstore-sdk-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
GLYASAI 提交于 2020-07-23 14:08 . Initial commit
# coding: utf-8
"""
app-server
Resource for managing app-server # noqa: E501
The version of the OpenAPI document: 1.0.0
Contact: huangrh@goodrain.com
Generated by: https://openapi-generator.tech
"""
from setuptools import setup, find_packages # noqa: H301
NAME = "openapi-client"
VERSION = "1.0.0"
# To install the library, run the following
#
# python setup.py install
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
setup(
name=NAME,
version=VERSION,
description="app-server",
author="huangrh",
author_email="huangrh@goodrain.com",
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "app-server"],
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
license="GNU",
long_description="""\
Resource for managing app-server # noqa: E501
"""
)
1
https://gitee.com/rainbond/appstore-sdk-python.git
git@gitee.com:rainbond/appstore-sdk-python.git
rainbond
appstore-sdk-python
appstore-sdk-python
master

搜索帮助