pysondehub/pyproject.toml

23 wiersze
618 B
TOML
Czysty Zwykły widok Historia

2021-02-02 00:33:53 +00:00
[tool.poetry]
name = "sondehub"
2021-02-02 02:29:52 +00:00
version = "0.1.4"
description = "SDK to access SondeHub open data"
2021-02-02 00:33:53 +00:00
authors = ["Michaela <git@michaela.lgbt>"]
2021-02-02 02:29:52 +00:00
readme = "README.md"
homepage = "https://github.com/projecthorus/pysondehub"
repository = "https://github.com/projecthorus/pysondehub.git"
documentation = "https://github.com/projecthorus/pysondehub"
license = "GPL-3.0-or-later"
2021-02-02 00:33:53 +00:00
[tool.poetry.dependencies]
2021-02-02 00:47:04 +00:00
python = "^3.6"
2021-02-02 00:33:53 +00:00
paho-mqtt = "^1.5.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
sondehub = 'sondehub:__main__.main'