From 222afcd555e7bc2491c255658597d68928e6b9c3 Mon Sep 17 00:00:00 2001 From: John Vandenberg <jayvdb@gmail.com> Date: Mon, 27 Jan 2020 22:25:28 +0700 Subject: [PATCH] setup.py: Update URL (#36) good catch. A shame pythonhosted went away. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ce202a..457be60 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ sending DSNs or doing CBVs. maintainer="Stuart D. Gathman", maintainer_email="stuart@gathman.org", license="GPL", - url="https://pythonhosted.org/milter/", + url="https://www.pymilter.org/", py_modules=modules, packages = ['Milter'], ext_modules=[ -- GitLab