Add missing trove classifiers for supported CPython implementations (#4804)

This commit is contained in:
Jon Dufresne 2017-10-22 11:25:05 -07:00 committed by Pradyun Gedam
parent 8f68f387f0
commit feab014b13
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
@ -54,6 +55,7 @@ setup(
"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"
],
keywords='easy_install distutils setuptools egg virtualenv',