Skip to content

Commit

Permalink
Merge pull request #69 from joostlek/patch-1
Browse files Browse the repository at this point in the history
Fix license classifier
  • Loading branch information
natekspencer authored Jun 24, 2024
2 parents 221699f + 6ac5612 commit 3fe5278
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name = "pybalboa"
version = "1.0.1"
description = "Module to communicate with a Balboa spa wifi adapter."
authors = ["Nathan Spencer <[email protected]>","Tim Rightnour <[email protected]>"]
license = "Apache 2.0"
readme = "README.rst"
homepage = "https://github.com/garbled1/pybalboa"
repository = "https://github.com/garbled1/pybalboa"
keywords = ["Balboa", "spa", "hot tub", "asynchronous"]
include = ["pybalboa/py.typed"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
]


[tool.poetry.dependencies]
python = "^3.8.1"
Expand Down

0 comments on commit 3fe5278

Please sign in to comment.