Added license information (#1783)
Added license information to the setup.py
This commit is contained in:
parent
f11f2bd5fd
commit
c52b2faba4
@ -37,4 +37,6 @@ setup(name='xgboost',
|
|||||||
# this is the golden line
|
# this is the golden line
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
data_files=[('xgboost', LIB_PATH)],
|
data_files=[('xgboost', LIB_PATH)],
|
||||||
|
license='Apache-2.0',
|
||||||
|
classifiers=['License :: OSI Approved :: Apache Software License'],
|
||||||
url='https://github.com/dmlc/xgboost')
|
url='https://github.com/dmlc/xgboost')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user