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:
parent
fc7cc64e81
commit
94cb10a796
4
setup.py
4
setup.py
@ -36,8 +36,8 @@ classifiers = {"classifiers": [
|
||||
"Natural Language :: English",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python 2",
|
||||
"Programming Language :: Python 3",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Text Processing :: Fonts",
|
||||
"Topic :: Multimedia :: Graphics",
|
||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||
|
Loading…
x
Reference in New Issue
Block a user