fix pushd problem of pip building, convert README to rst for PyPI

This commit is contained in:
phunterlau
2015-11-11 23:03:07 -08:00
parent 7b3fd92015
commit ee4096d23e
8 changed files with 75 additions and 7 deletions

View File

@@ -34,8 +34,8 @@ LIB_PATH = libpath['find_lib_path']()
#and be sure to test it firstly using "python setup.py register sdist upload -r pypitest"
setup(name='xgboost',
#version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
version='0.4a24',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
version='0.4a28',
description=open(os.path.join(CURRENT_DIR, 'README.rst')).read(),
install_requires=[
'numpy',
'scipy',