summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-12 23:20:48 +0300
committerGitHub <noreply@github.com>2017-10-12 23:20:48 +0300
commitf9c69d28a15224c2db2f5961b6b3017d5584b25d (patch)
treee99e3252b964a3df66b13d9f3c740dca97095368 /setup.py
parent765b888134b6d15bed1e0c1b008f55cfb99b78b4 (diff)
downloadunidecode-f9c69d28a15224c2db2f5961b6b3017d5584b25d.tar.gz
Update classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8812fe8..0198527 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
],