Skip to content

Commit

Permalink
#123: url to github repo
Browse files Browse the repository at this point in the history
replace the url to the repository, so that pypi shows the correct link.
  • Loading branch information
longstone authored Aug 31, 2023
1 parent 7c046f7 commit 2b267fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2b267fb

Please sign in to comment.