change .md to .rst

This commit is contained in:
Yuan (Terry) Tang 2015-12-06 20:25:53 -06:00
parent 14040123e8
commit 162e91c5ca

View File

@ -23,7 +23,7 @@ LIB_PATH = libpath['find_lib_path']()
setup(name='xgboost',
version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
#version='0.4a23',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
description=open(os.path.join(CURRENT_DIR, 'README.rst')).read(),
install_requires=[
'numpy',
'scipy',