Browse Source

Merge pull request #6586 from ThomasWaldmann/alpha

master branch is alpha
TW 3 years ago
parent
commit
cfb0821006
2 changed files with 3 additions and 3 deletions
  1. 2 2
      setup.cfg
  2. 1 1
      setup.py

+ 2 - 2
setup.cfg

@@ -2,12 +2,12 @@
 name = borgbackup
 name = borgbackup
 author = The Borg Collective (see AUTHORS file)
 author = The Borg Collective (see AUTHORS file)
 description = Deduplicated, encrypted, authenticated and compressed backups
 description = Deduplicated, encrypted, authenticated and compressed backups
-url = https://github.com/borgbackup/borg
+url = https://borgbackup.org
 keywords =
 keywords =
   backup
   backup
   borgbackup
   borgbackup
 classifiers =
 classifiers =
-    Development Status :: 4 - Beta
+    Development Status :: 3 - Alpha
     Environment :: Console
     Environment :: Console
     Intended Audience :: System Administrators
     Intended Audience :: System Administrators
     License :: OSI Approved :: BSD License
     License :: OSI Approved :: BSD License

+ 1 - 1
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 os
 import sys
 import sys