From 622f33f9111a43b11d0506045eae740fe4513e96 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 15 Dec 2008 15:02:19 +0000 Subject: [PATCH] Added additional classifiers to make it clear that cx_Oracle supports version 3 of Python as recommended by Amaury Forgeot d'Arc. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index ef7316f..77b62b3 100644 --- a/setup.py +++ b/setup.py @@ -274,6 +274,8 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", "Topic :: Database" ]