mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
Merge pull request #6586 from ThomasWaldmann/alpha
master branch is alpha
This commit is contained in:
commit
cfb0821006
2 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
name = borgbackup
|
||||
author = The Borg Collective (see AUTHORS file)
|
||||
description = Deduplicated, encrypted, authenticated and compressed backups
|
||||
url = https://github.com/borgbackup/borg
|
||||
url = https://borgbackup.org
|
||||
keywords =
|
||||
backup
|
||||
borgbackup
|
||||
classifiers =
|
||||
Development Status :: 4 - Beta
|
||||
Development Status :: 3 - Alpha
|
||||
Environment :: Console
|
||||
Intended Audience :: System Administrators
|
||||
License :: OSI Approved :: BSD License
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
|||
# borgbackup - main setup code (see also other setup_*.py files)
|
||||
# borgbackup - main setup code (see also setup.cfg and other setup_*.py files)
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue