The setup.py is rewritten. This new script uses only Python code and provide customized implementation of setuptools commands. This way users can run most of setuptools commands just like any other Python libraries. * Remove setup_pip.py * Remove soft links. * Define customized commands. * Remove shell script. * Remove makefile script. * Update the doc for building from source.
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
include *.rst
|
|
include xgboost/VERSION
|
|
include xgboost/CMakeLists.txt
|
|
|
|
recursive-include xgboost *
|
|
recursive-include xgboost/include *
|
|
recursive-include xgboost/src *
|
|
recursive-include xgboost/rabit *
|
|
recursive-include xgboost/dmlc-core *
|
|
|
|
global-exclude *.py[oc] |