From 91db3d46baf98c35fc5c85dd068e5a0f0730e7ed Mon Sep 17 00:00:00 2001 From: 132ikl <132@ikl.sh> Date: Tue, 29 Dec 2020 19:49:22 -0500 Subject: [PATCH] Update source location --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14ca954..707857a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( description="User-friendly, actually lightweight, and configurable URL shortener", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/132ikl/liteshort", + url="https://git.ikl.sh/132ikl/liteshort", packages=setuptools.find_packages(), package_data={"liteshort": ["templates/*", "static/*", "config.template.yml"]}, entry_points={