1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

add python version classifiers

This commit is contained in:
Thomas Waldmann 2015-05-14 12:04:38 +02:00
parent 5f4e928eff
commit 7fee5dbbbf

View file

@ -115,6 +115,10 @@ def detect_openssl(prefixes):
'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',
],