diff --git a/setup.py b/setup.py index 9080e0204..3a86b3c33 100755 --- a/setup.py +++ b/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",