diff options
author | Hugo <hugovk@users.noreply.github.com> | 2017-10-12 23:20:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 23:20:48 +0300 |
commit | f9c69d28a15224c2db2f5961b6b3017d5584b25d (patch) | |
tree | e99e3252b964a3df66b13d9f3c740dca97095368 /setup.py | |
parent | 765b888134b6d15bed1e0c1b008f55cfb99b78b4 (diff) | |
download | unidecode-f9c69d28a15224c2db2f5961b6b3017d5584b25d.tar.gz |
Update classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -30,7 +30,15 @@ setup( "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Text Processing", "Topic :: Text Processing :: Filters", ], |