From 2b267fb28da96af940a3548cf19db70f29ec8a93 Mon Sep 17 00:00:00 2001 From: longstone <2110765+longstone@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:49:27 +0200 Subject: [PATCH] #123: url to github repo replace the url to the repository, so that pypi shows the correct link. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e898b7..e1692a2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): description="A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road.", license="MIT", keywords="garmin withings sync api scale smarthome", - url="http://packages.python.org/an_example_pypi_project", + url="https://github.com/jaroslawhartman/withings-sync", packages=["withings_sync"], long_description=read("README.md"), long_description_content_type="text/markdown",