mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 23:01:33 -04:00
setup.py: add Python 3.6 qualifier
This commit is contained in:
parent
9533493047
commit
7d4d7e7901
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -292,6 +292,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Security :: Cryptography',
|
||||
'Topic :: System :: Archiving :: Backup',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue