Skip to content

Commit

Permalink
pyproject.toml: make sure we sync and fill all entries with the old s…
Browse files Browse the repository at this point in the history
…etup.py
  • Loading branch information
stynoo committed Dec 20, 2024
1 parent 1d174b1 commit 198591c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
name = "withings-sync"
version = "1.0.0.dev1"
description = "A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road."
authors = ["Steffen Vogel <[email protected]>",
"Masayuki Hamasaki",
]
license = "MIT"
authors = ["Masayuki Hamasaki <[email protected]>",
"Steffen Vogel <[email protected]>",
"Jarek Hartman <[email protected]>",
]
maintainers = ["longstone <[email protected]>",
]
repository = "https://github.com/jaroslawhartman/withings-sync"
homepage = "https://github.com/jaroslawhartman/withings-sync"
readme = "README.md"
keywords = ["garmin", "withings", "sync", "api", "scale", "smarthome"]
packages = [{include = "withings_sync"}]
classifiers = ["Topic :: Utilities",
"Topic :: Home Automation",
]

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 198591c

Please sign in to comment.