Added additional classifiers to make it clear that cx_Oracle supports version 3

of Python as recommended by Amaury Forgeot d'Arc.
This commit is contained in:
Anthony Tuininga 2008-12-15 15:02:19 +00:00
parent 93276dc439
commit 622f33f911

View File

@ -274,6 +274,8 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: C", "Programming Language :: C",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Database" "Topic :: Database"
] ]