提交 7b59f321 编写于 作者: Z zengbin93

first add

上级 bbb8dff9
......@@ -3,6 +3,8 @@ __pycache__/
*.py[cod]
*$py.class
.idea/
# C extensions
*.so
......
# chan
缠论技术分析工具
# chan - 缠论技术分析工具
>缠论来源于[缠中说缠博客](http://blog.sina.com.cn/chzhshch)
## 安装
# coding: utf-8
author = "zengbin93"
version = "0.0.1"
email = "zeng_bin8888@163.com"
# coding: utf-8
from setuptools import setup, find_packages
import chan
setup(
name="chan",
version="0.0.1",
keywords=("缠论", "技术分析"),
description="缠论技术分析工具",
long_description="缠论技术分析工具",
license="MIT",
url="https://github.com/zengbin93/chan",
author=chan.author,
author_email=chan.email,
packages=find_packages(exclude=['test', 'images']),
include_package_data=True,
install_requires=[
"requests", "pandas"
],
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
]
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册