1
0
Fork 0
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:
TW 2022-04-13 22:50:47 +02:00 committed by GitHub
commit cfb0821006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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