mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-23 10:36:32 -04:00
add FreeBSD to platforms list in setup.py
it already was present in the classifiers.
This commit is contained in:
parent
3d5b1cfc23
commit
5f4e928eff
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -105,7 +105,7 @@ setup(
|
|||
description='Deduplicated, encrypted, authenticated and compressed backups',
|
||||
long_description=long_description,
|
||||
license='BSD',
|
||||
platforms=['Linux', 'MacOS X'],
|
||||
platforms=['Linux', 'MacOS X', 'FreeBSD', ],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console',
|
||||
|
|
|
|||
Loading…
Reference in a new issue