Skip to content

Commit

Permalink
chore: fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
elsbrock committed Feb 6, 2025
1 parent 82e95c9 commit 1d3c514
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ colorlog = "^6.9.0"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "cowboy-ha"
version = "1.0.0"
description = ""
authors = [
{ name = "Simon Elsbrock", email = "[email protected]" }
]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
"pytest>=7.0",
Expand Down

0 comments on commit 1d3c514

Please sign in to comment.