Added license information (#1783)

Added license information to the setup.py
This commit is contained in:
baderbuddy 2016-11-17 16:36:47 -05:00 committed by Tianqi Chen
parent f11f2bd5fd
commit c52b2faba4

View File

@ -37,4 +37,6 @@ setup(name='xgboost',
# this is the golden line
include_package_data=True,
data_files=[('xgboost', LIB_PATH)],
license='Apache-2.0',
classifiers=['License :: OSI Approved :: Apache Software License'],
url='https://github.com/dmlc/xgboost')