diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 15:48:31 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 15:48:31 +0200 |
| commit | eeeb52141a8b3551cdcf7a2cee29b8e0d4fc598e (patch) | |
| tree | 9a6fbfef583f6ea74381157b8e46ff6a3859b6d0 /pyproject.toml | |
Initial files
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2049ef7 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "weather-co2-station" +version = "0.1.0" +description = "" +authors = ["Yuval Adam <_@yuv.al>"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.12" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |
