From: Mark Wooding Date: Fri, 28 Jul 2017 23:58:08 +0000 (+0100) Subject: setup.py: Fix the advertised package URL. X-Git-Tag: 1.2.1.1~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/18f3a602d58936c59f8fbf98b22273e9c94ff402?hp=278e43d0c27875a1355ebaf3bef6d0f5df739626 setup.py: Fix the advertised package URL. Unfortunately the old URL was terrible both because it was poorly chosen and because it was broken long ago (if indeed it ever worked in the first place). --- diff --git a/setup.py b/setup.py index fe0ed53..1f45f69 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ cat = DC.Extension('catacomb._base', MS.setup(name = 'catacomb-python', description = 'Interface to Catacomb cryptographic library', - url = 'http://www.distorted.org.uk/~mdw/Catacomb-2.1.0', + url = 'https://git.distorted.org.uk/~mdw/catacomb-python/', author = 'Straylight/Edgeware', author_email = 'mdw@distorted.org.uk', license = 'GNU General Public License',