summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2014-02-25 11:29:05 -0500
committerBrett Cannon <brettcannon@users.noreply.github.com>2014-02-25 11:29:05 -0500
commit3078273bda4bc5f5448a5d93ca62cd672d76c9c0 (patch)
treefd811ae5ec059d0004627ab366723665bfae1f28 /setup.py
parent759efbfefff90c7ba1aeed29717eec9f5d56ed89 (diff)
downloadpyopenssl-git-3078273bda4bc5f5448a5d93ca62cd672d76c9c0.tar.gz
Add the generic Python 3 trove classifier
That way PyOpenSSL gets listed under the "Python 3 packages" link on PyPI
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4c1915f..f22d989 100755
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ High-level wrapper around a subset of the OpenSSL library, includes
'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',