Merge pull request #572 from ghosthugger/master
install xgboost so it can be imported
This commit is contained in:
commit
3e648fd1e9
@ -56,5 +56,5 @@ setup(name='xgboost',
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
#!!! don't use data_files, otherwise install_data process will copy it to
|
#!!! don't use data_files, otherwise install_data process will copy it to
|
||||||
#root directory for some machines, and cause confusions on building
|
#root directory for some machines, and cause confusions on building
|
||||||
#data_files=[('xgboost', LIB_PATH)],
|
data_files=[('xgboost', LIB_PATH)],
|
||||||
url='https://github.com/dmlc/xgboost')
|
url='https://github.com/dmlc/xgboost')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user