mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Add missing trove classifiers for supported CPython implementations (#4804)
This commit is contained in:
parent
8f68f387f0
commit
feab014b13
2 changed files with 2 additions and 0 deletions
0
news/a954b207-e297-469f-9ab3-0ad26d7b9c9b.trivial
Normal file
0
news/a954b207-e297-469f-9ab3-0ad26d7b9c9b.trivial
Normal file
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue