diff --git a/README.rst b/README.rst index de2a514..a2f182a 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,6 @@ fuzzysearch :target: https://coveralls.io/r/taleinat/fuzzysearch?branch=master :alt: Test Coverage -.. image:: https://img.shields.io/pypi/dm/fuzzysearch.svg?style=flat - :target: https://pypi.python.org/pypi/fuzzysearch - :alt: Downloads - .. image:: https://img.shields.io/pypi/wheel/fuzzysearch.svg?style=flat :target: https://pypi.python.org/pypi/fuzzysearch :alt: Wheels diff --git a/setup.py b/setup.py index 473c9de..c41c748 100644 --- a/setup.py +++ b/setup.py @@ -124,11 +124,10 @@ def run_setup(with_binary=True): license='MIT', keywords='fuzzysearch', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', - 'Operating System :: MacOS :: MacOS X', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', @@ -136,6 +135,7 @@ def run_setup(with_binary=True): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules', ],