From 111b04e18e0b4eebdb903f0c098f64eb69781755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6sta=20Forsum?= Date: Tue, 27 Oct 2015 13:47:58 +0100 Subject: [PATCH] Update setup.py --- python-package/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/setup.py b/python-package/setup.py index 0fa05d858..470fe681a 100644 --- a/python-package/setup.py +++ b/python-package/setup.py @@ -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')