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",