1 Star 1 Fork 0

长阳 / Mroylib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
长阳 提交于 2016-11-01 13:24 . add some log
from setuptools import setup, find_packages
setup(name='Mroylib',
version='1.2.9',
description='a steady version',
url='https://git.oschina.net/dark.h/Mroylib.git',
author='Qing luan',
author_email='darkhackdevil@gmail.com',
license='MIT',
zip_safe=False,
packages=find_packages(),
install_requires=['Qtornado','redis','pymysql','fabric3','requests','lxml','bs4','termcolor','bson','simplejson', 'pysocks'],
)
Python
1
https://gitee.com/dark.H/Mroylib.git
git@gitee.com:dark.H/Mroylib.git
dark.H
Mroylib
Mroylib
master

搜索帮助