From 95be0c8e464fe6f3be2be7c174f9b6113af96675 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 29 Oct 2017 21:42:01 -0700 Subject: [PATCH] Removing broken download URL. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 114c8e8d..a03408dc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ setup( author='Dan Helfman', author_email='witten@torsion.org', url='https://torsion.org/borgmatic', - download_url='https://projects.torsion.org/witten/borgmatic/archive/%s.tar.gz' % VERSION, classifiers=( 'Development Status :: 5 - Production/Stable', 'Environment :: Console',