The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 0 Fork 35

奋斗的小鱼/python-eureka-client
Paused

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
setup.py 841 Bytes
Copy Edit Raw Blame History
keijack authored 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",
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fightingfish/python-eureka-client.git
git@gitee.com:fightingfish/python-eureka-client.git
fightingfish
python-eureka-client
python-eureka-client
master

Search