forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] removed download_url from setup.py (scikit-learn#8513)
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
MAINTAINER_EMAIL = '[email protected]' | ||
URL = 'http://scikit-learn.org' | ||
LICENSE = 'new BSD' | ||
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/' | ||
|
||
# We can actually import a restricted version of sklearn that | ||
# does not need the compiled code | ||
|
@@ -185,7 +184,6 @@ def setup_package(): | |
license=LICENSE, | ||
url=URL, | ||
version=VERSION, | ||
download_url=DOWNLOAD_URL, | ||
long_description=LONG_DESCRIPTION, | ||
classifiers=['Intended Audience :: Science/Research', | ||
'Intended Audience :: Developers', | ||
|