From 7e9e46cb2dfe445224bd55ab3778877622ebffd4 Mon Sep 17 00:00:00 2001 From: Sivakumar Mahalingam <36898056+sivakumar-mahalingam@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:47:41 +0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 861c0c3..5915499 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description="Extracts the Machine Readable Zone (MRZ) data from document images", long_description=long_description, long_description_content_type="text/markdown", - url="https://pypi.org/project/fastmrz", + url="https://github.com/sivakumar-mahalingam/fastmrz/", project_urls={ 'Source': 'https://github.com/sivakumar-mahalingam/fastmrz', 'Tracker': 'https://github.com/sivakumar-mahalingam/fastmrz/issues',