当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 35

PHPdragon / python-eureka-client
暂停

forked from keijack / python-eureka-client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
keijack 提交于 2019-11-14 16:44 . fix github issue #23
# -*- coding: utf-8 -*-
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="py_eureka_client",
version="0.7.4",
author="Keijack",
author_email="keijack.wu@gmail.com",
description="**Discover** other service in eureka server as well as register your python component to be made use by other services.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/keijack/python-eureka-client",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
Python
1
https://gitee.com/phpdragon/python-eureka-client.git
git@gitee.com:phpdragon/python-eureka-client.git
phpdragon
python-eureka-client
python-eureka-client
master

搜索帮助