mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 19:08:48 +08:00
1.0.4发布
This commit is contained in:
parent
940d2f71a7
commit
eb60c57065
@ -1,4 +0,0 @@
|
||||
1、创建hikyuu配置信息
|
||||
ipython profile create hikyuu
|
||||
|
||||
2、在.ipython\profile_hikyuu\start 目录下,创建启动脚本(00_first.py文件),只要包含以下代码即可:from hikyuu.interactive.interactive import *
|
@ -67,7 +67,7 @@ setup(
|
||||
zip_safe = False,
|
||||
include_package_data=True,
|
||||
package_data = {
|
||||
'': ['*.rst', '*.pyd', '*.ini', '*.sql', '*.properties', '*.xml', '*.txt'],
|
||||
'': ['*.rst', '*.pyd', '*.ini', '*.sql', '*.properties', '*.xml', 'LICENSE.txt'],
|
||||
},
|
||||
|
||||
data_files = hku_data_files,
|
||||
|
Loading…
Reference in New Issue
Block a user