Skip to content

Commit

Permalink
Fix project name for build (#45)
Browse files Browse the repository at this point in the history
* Fix project name for build

* Bump version
  • Loading branch information
jbouwh authored Jan 4, 2025
1 parent 994add7 commit 96e1f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "incomfortclient"
version = "0.6.5-2"
name = "incomfort-client"
version = "0.6.5-3"
description = "An aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems."
authors = ["Jan Bouwhuis <jan@jbsoft.nl>"]
maintainers = ["Jan Bouwhuis <jan@jbsoft.nl>"]
Expand All @@ -26,7 +26,7 @@ classifiers = [
"Topic :: Home Automation",
]
packages = [
{include = "incomfortclient", from = "src"},
{include= "incomfortclient", from = "src"},
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 96e1f7b

Please sign in to comment.