From 2a2538e8742bac99540f650eaae4f3ac742403fc Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Mon, 28 Mar 2022 19:31:21 +0300 Subject: [PATCH] Fix Source url --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 81022cd..ab7daa0 100755 --- a/setup.py +++ b/setup.py @@ -50,8 +50,7 @@ setup( "Operating System :: OS Independent", ], project_urls={ - 'Documentation': 'https://anixart.readthedocs.io/', - 'Source': 'https://github.com/SantaSpeen/anixart', + 'Source': about['__url__'], }, python_requires=">=3.7", ) \ No newline at end of file