forked from jaroslawhartman/withings-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: make sure we sync and fill all entries with the old s…
…etup.py
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|