|
14 | 14 | ],
|
15 | 15 | maintainer='OpenSlide project',
|
16 | 16 | maintainer_email='[email protected]',
|
17 |
| - description='Python bindings for OpenSlide library', |
| 17 | + description='Python interface to OpenSlide', |
| 18 | + long_description=open('README.rst').read(), |
18 | 19 | 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', |
20 | 21 | 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 | + ], |
21 | 38 | install_requires=[
|
22 | 39 | 'Pillow',
|
23 | 40 | ],
|
|
0 commit comments