From 6e8c44627e33e010a6e22d15a559bf9d90abd2c9 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 7 Apr 2018 09:53:07 -0400 Subject: [PATCH] add 3.6 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a774a9f..fc33f4c 100755 --- a/setup.py +++ b/setup.py @@ -109,6 +109,7 @@ def run_setup(build_c): "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Topic :: Text Processing :: Linguistic"], **kw)