1 Star 0 Fork 11

wenxuefeng / zbus-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
rushmore 提交于 2020-09-08 21:47 . add register rpc info to server
# Always prefer setuptools over distutils
from setuptools import setup
from os import path
here = path.abspath(path.dirname(__file__))
install_requires = ["websocket_client", "simplejson"]
setup(
name='zbuspy',
version='1.2.0',
description='zbus python client',
# The project's main homepage.
url='https://gitee.com/rushmore/zbus-python',
# Author details
author='Rushmore (Leiming Hong)',
author_email='hong.leiming@qq.com',
# Choose your license
license='MIT',
classifiers=[
# Indicate who your project is intended for
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: MIT License',
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
install_requires=install_requires,
keywords='MQ RPC ServiceBus SOA',
packages=['zbus'],
)
Python
1
https://gitee.com/wen_xue_feng/zbus-python.git
git@gitee.com:wen_xue_feng/zbus-python.git
wen_xue_feng
zbus-python
zbus-python
master

搜索帮助