Update setup.py

This commit is contained in:
Gösta Forsum 2015-10-27 13:47:58 +01:00
parent 2e31e97e54
commit 111b04e18e

View File

@ -56,5 +56,5 @@ setup(name='xgboost',
include_package_data=True,
#!!! don't use data_files, otherwise install_data process will copy it to
#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')