代码拉取完成,页面将自动刷新
# coding: utf-8
import czsc
from os import path
from setuptools import setup, find_packages
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
with open(path.join(here, 'requirements.txt'), encoding='utf-8') as f:
install_requires = f.read().strip().split('\n')
setup(
name="czsc",
version=czsc.__version__,
author=czsc.__author__,
author_email=czsc.__email__,
keywords=["缠论", "技术分析", "A股", "期货", "缠中说禅"],
description="缠中说禅技术分析工具",
long_description=long_description,
long_description_content_type='text/markdown',
license="Apache Software License",
url="https://github.com/waditu/czsc",
packages=find_packages(exclude=['test', 'images', 'docs', 'examples', 'hist']),
include_package_data=True,
install_requires=install_requires,
package_data={'': ['utils/china_calendar.feather', 'utils/minites_split.feather']},
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
entry_points={
'console_scripts': [
'czsc = czsc.cmd:czsc',
],
},
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。