cleanup README tags and trove classifiers

This commit is contained in:
Tal Einat 2020-01-14 21:43:33 +02:00
parent f78afe727b
commit df1b355128
No known key found for this signature in database
GPG Key ID: 613A98AF4C800CDA
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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',
],