From 656f6278e0a889a4c8f0e09b6a74a53341af6d89 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sun, 10 Feb 2013 14:49:44 +0000 Subject: [PATCH] Add Python 2 only trove classifier --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index a0d13ec934..2bc8f2d7de 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,10 @@ "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python", + "Programming Language :: Python :: 2 :: Only", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: Implementation :: CPython", ], packages=find_packages('src'), namespace_packages=['Products', 'Shared', 'Shared.DC'],