From 80ede69f6bc3993f03f78772c4e7af22531a1c72 Mon Sep 17 00:00:00 2001 From: Peter Wischer Date: Tue, 6 Jun 2023 10:35:20 +0200 Subject: [PATCH] Fix the outdated `url` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cf5e9d..63274cb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description=README, author='Brandon Taylor', author_email='alsoicode@gmail.com', - url='https://alsoicode.github.io/', + url='https://github.com/alsoicode/django-simple-math-captcha/', packages=find_packages(), zip_safe=False, include_package_data=True,