1 Star 2 Fork 2

木头人 / easyquotation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
shidenggui 提交于 2022-01-22 20:43 . Bump version: 0.7.4 → 0.7.5
# 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.5",
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", "six", "easyutils"],
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: BSD License",
],
packages=["easyquotation"],
package_data={"": ["*.conf"]},
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mutouren_admin/easyquotation.git
git@gitee.com:mutouren_admin/easyquotation.git
mutouren_admin
easyquotation
easyquotation
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891