From fbad932bcbc8b0475dad8b56da00507723f24349 Mon Sep 17 00:00:00 2001 From: Davide Date: Tue, 9 Apr 2024 11:19:02 +0200 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f1f2ee0..e0ea514 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -from __future__ import print_function from setuptools import setup setup( @@ -6,7 +5,7 @@ setup( description=("This is inspired by django-encrypted-fields."), long_description=open("README.md").read(), long_description_content_type="text/markdown", - url="http://github.com/frgmt/django-fernet-encrypted-fields/", + url="https://github.com/jazzband/django-fernet-encrypted-fields", license="MIT", author="fragment.co.jp", author_email="info@fragment.co.jp",