2 Star 1 Fork 1

brt2/easyquotation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
shidenggui 提交于 2020-03-13 20:04 +08:00 . Bump version: 0.7.1 → 0.7.2
# coding:utf8
from os import path
from setuptools import setup
# read the contents of your README file
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()
setup(
name="easyquotation",
version="0.7.2",
description="A utility for Fetch China Stock Info",
long_description=long_description,
long_description_content_type="text/markdown",
author="shidenggui",
author_email="longlyshidenggui@gmail.com",
license="BSD",
url="https://github.com/shidenggui/easyquotation",
keywords="China stock trade",
install_requires=[
"requests",
"aiohttp>=1.1.1",
"yarl",
"six",
"easyutils",
],
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: BSD License",
],
packages=["easyquotation"],
package_data={"": ["*.conf"]},
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brt2/easyquotation.git
git@gitee.com:brt2/easyquotation.git
brt2
easyquotation
easyquotation
master

搜索帮助