Add the generic Python 3 trove classifier
That way PyOpenSSL gets listed under the "Python 3 packages" link on PyPI
diff --git a/setup.py b/setup.py
index 4c1915f..f22d989 100755
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@
'Operating System :: POSIX',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',