Skip to content

Commit

Permalink
Moved over to poetry for packaging to make more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
andylockran committed Jan 28, 2024
1 parent 174f79a commit 9a2949b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "heatmiserv3"
version = "1.2.3"
description = "A library to interact with Heatmiser Themostats using V3 protocol."
authors = ["Andy Loughran <[email protected]>"]
license = "Apache 2"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9a2949b

Please sign in to comment.