From 028186f2cda488b466914ef028f8aa2376d03e63 Mon Sep 17 00:00:00 2001 From: Bartek Szopka <83575+bartaz@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:04:42 +0200 Subject: [PATCH] Add GitHub URL to package metadata --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ca75819..f196aa4 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ long_description_content_type="text/markdown", author="Canonical webteam", author_email="webteam@canonical.com", + url="https://github.com/canonical-web-and-design/canonicalwebteam.flask-base", classifiers=[ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6",