Commit d0858b36 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

Update setup.py

parent 35679920
...@@ -119,5 +119,5 @@ if __name__ == "__main__": ...@@ -119,5 +119,5 @@ if __name__ == "__main__":
data_files=data_files, data_files=data_files,
license='The MIT License(https://github.com/Microsoft/LightGBM/blob/master/LICENSE)', license='The MIT License(https://github.com/Microsoft/LightGBM/blob/master/LICENSE)',
url='https://github.com/Microsoft/LightGBM') url='https://github.com/Microsoft/LightGBM')
if build_sdist: if os.path.isfile('./_IS_SOURCE_PACKAGE.txt'):
os.remove('./_IS_SOURCE_PACKAGE.txt') os.remove('./_IS_SOURCE_PACKAGE.txt')
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment