diff --git a/setup.cfg b/setup.cfg index 00239aa8d..ad4a280c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 537385b70..9b1e884fd 100644 --- a/setup.py +++ b/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