1.0.4发布

This commit is contained in:
fasiondog 2017-07-28 01:51:38 +08:00
parent 940d2f71a7
commit eb60c57065
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
1、创建hikyuu配置信息
ipython profile create hikyuu
2、在.ipython\profile_hikyuu\start 目录下创建启动脚本00_first.py文件只要包含以下代码即可from hikyuu.interactive.interactive import *

View File

@ -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,