From 7db1e15bb788dd0d20c1108d2b0317dcd697676c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jan 2013 16:45:46 -0500 Subject: [PATCH] setup.py: Add explicit Python 3 classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 347ab1e..a4873a2 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,9 @@ _setup( 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Software Development', ], scripts = ['bin/update-copyright.py'], -- 2.26.2