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:
parent
5f4e928eff
commit
7fee5dbbbf
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue