8000 [MRG] removed download_url from setup.py (#8513) · scikit-learn/scikit-learn@5135c56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5135c56

Browse files
Shubham Bhardwajlesteve
authored andcommitted
[MRG] removed download_url from setup.py (#8513)
1 parent a36c852 commit 5135c56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
MAINTAINER_EMAIL = 'amueller@ais.uni-bonn.de'
3434
URL = 'http://scikit-learn.org'
3535
LICENSE = 'new BSD'
36-
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
3736

3837
# We can actually import a restricted version of sklearn that
3938
# does not need the compiled code
@@ -185,7 +184,6 @@ def setup_package():
185184
license=LICENSE,
186185
url=URL,
187186
version=VERSION,
188-
download_url=DOWNLOAD_URL,
189187
long_description=LONG_DESCRIPTION,
190188
classifiers=['Intended Audience :: Science/Research',
191189
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)
0