setup.py: fix typo in trove classifiers

which made the deployment to PyPI fail:
https://travis-ci.org/fonttools/fonttools/jobs/185813647#L5650
This commit is contained in:
Cosimo Lupo 2016-12-21 16:26:02 +00:00
parent fc7cc64e81
commit 94cb10a796
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -36,8 +36,8 @@ classifiers = {"classifiers": [
"Natural Language :: English", "Natural Language :: English",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python 2", "Programming Language :: Python :: 2",
"Programming Language :: Python 3", "Programming Language :: Python :: 3",
"Topic :: Text Processing :: Fonts", "Topic :: Text Processing :: Fonts",
"Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Multimedia :: Graphics :: Graphics Conversion",