diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-09-06 17:11:37 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-09-06 17:11:37 +0200 |
| commit | e830ddf3b9415a98e908ce1bc3956dedcec6488b (patch) | |
| tree | c5182d3d42e0690252c6bf7cc7b997360ea07c1e | |
| parent | 974723fbcbc35b6248ee72f9e1b887f266f54027 (diff) | |
| download | unidecode-e830ddf3b9415a98e908ce1bc3956dedcec6488b.tar.gz | |
Fix classifiers.
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,11 +33,11 @@ setup( "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Text Processing", |
