From 9bc1b71017ec465014d63874f22be1bf0c2804cb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 26 May 2019 13:36:53 -0700 Subject: [PATCH] Clarify description in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4361fc14..d55f7ef6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ VERSION = '1.3.6.dev0' setup( name='borgmatic', version=VERSION, - description='A wrapper script for Borg backup software that creates and prunes backups', + description='Simple, configuration-driven backup software for servers and workstations', author='Dan Helfman', author_email='witten@torsion.org', url='https://torsion.org/borgmatic',