add 3.6 to classifiers

This commit is contained in:
James Turk 2018-04-07 09:53:07 -04:00
parent e3e0463644
commit 6e8c44627e
1 changed files with 1 additions and 0 deletions

View File

@ -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)