Skip to content

Commit

Permalink
[MRG] removed download_url from setup.py (scikit-learn#8513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Bhardwaj authored and lesteve committed Mar 6, 2017
1 parent a36c852 commit 5135c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 5135c56

Please sign in to comment.