Skip to content

Commit ae64295

Browse files
committed
setup.py: Drop download_url
It seems download_url is expected to point to a download page, not a tarball. But really the preferred approach is to upload our tarball directly to PyPI, so we'll do that instead.
1 parent 6e6eada commit ae64295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
license='GNU Lesser General Public License, version 2.1',
2020
keywords='openslide whole-slide image virtual slide library',
2121
url='http://openslide.org/',
22-
download_url='https://github.com/openslide/openslide-python/releases/download/v%(version)s/openslide-python-%(version)s.tar.gz' % {'version': __version__},
2322
classifiers=[
2423
'Development Status :: 4 - Beta',
2524
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)