From 7fee5dbbbf58c9d4edff9940372090e008eee493 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 14 May 2015 12:04:38 +0200 Subject: [PATCH] add python version classifiers --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 1620be036..1e4686dba 100644 --- a/setup.py +++ b/setup.py @@ -115,6 +115,10 @@ setup( 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Security :: Cryptography', 'Topic :: System :: Archiving :: Backup', ],