From: Armaan Bhojwani Date: Sun, 14 Feb 2021 14:38:26 +0000 (-0500) Subject: Change URL in setup.py X-Git-Tag: v0.7.0~4 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=02efff9c8c30399cf125e692eda3f4f218d94544 Change URL in setup.py --- diff --git a/setup.py b/setup.py index 639de53..e7e3d13 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( description="Terminal flashcards from Markdown", long_description=long_description, long_description_content_type="text/markdown", - url="https://sr.ht/~armaan/lightcards", + url="https://lightcards.armaanb.net", author="Armaan Bhojwani", author_email="me@armaanb.net", license="MIT",