cleanup README tags and trove classifiers
This commit is contained in:
parent
f78afe727b
commit
df1b355128
|
@ -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
|
||||
|
|
4
setup.py
4
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',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue