Browse Source

add python version classifiers

Thomas Waldmann 10 years ago
parent
commit
7fee5dbbbf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      setup.py

+ 4 - 0
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',
     ],