diff --git a/news/a954b207-e297-469f-9ab3-0ad26d7b9c9b.trivial b/news/a954b207-e297-469f-9ab3-0ad26d7b9c9b.trivial new file mode 100644 index 000000000..e69de29bb diff --git a/setup.py b/setup.py index 5f71e0273..f5193459e 100644 --- a/setup.py +++ b/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',