Skip to content

Commit 6e6eada

Browse files
committed
setup.py: Add additional metadata
1 parent 4149852 commit 6e6eada

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

setup.py

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,27 @@
1414
],
1515
maintainer='OpenSlide project',
1616
maintainer_email='[email protected]',
17-
description='Python bindings for OpenSlide library',
17+
description='Python interface to OpenSlide',
18+
long_description=open('README.rst').read(),
1819
license='GNU Lesser General Public License, version 2.1',
19-
keywords='openslide whole-slide image library',
20+
keywords='openslide whole-slide image virtual slide library',
2021
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__},
23+
classifiers=[
24+
'Development Status :: 4 - Beta',
25+
'Intended Audience :: Developers',
26+
'Intended Audience :: Healthcare Industry',
27+
'Intended Audience :: Science/Research',
28+
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
29+
'Operating System :: MacOS :: MacOS X',
30+
'Operating System :: Microsoft :: Windows',
31+
'Operating System :: POSIX :: Linux',
32+
'Programming Language :: Python',
33+
'Programming Language :: Python :: 2.6',
34+
'Programming Language :: Python :: 2.7',
35+
'Programming Language :: Python :: 3.3',
36+
'Topic :: Scientific/Engineering :: Bio-Informatics',
37+
],
2138
install_requires=[
2239
'Pillow',
2340
],

0 commit comments

Comments
 (0)