Version to 0.17.0

Also made a couple adjustments to "documented" Python versions.
This commit is contained in:
Waylan Limberg
2017-10-19 14:56:59 -04:00
parent 1477ea87be
commit d393158445
3 changed files with 4 additions and 8 deletions

View File

@@ -89,7 +89,9 @@ setup(
'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 :: Documentation',
'Topic :: Text Processing',
],