add python version classifiers

This commit is contained in:
Thomas Waldmann 2015-05-14 12:04:38 +02:00
parent 5f4e928eff
commit 7fee5dbbbf
1 changed files with 4 additions and 0 deletions

View File

@ -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',
],