Skip to content

Commit

Permalink
fix: fix license classifier (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 authored Nov 1, 2024
1 parent 72c1ecf commit fdfbec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "aiocomelit"
version = "0.9.1"
description = "Python library to control Comelit Simplehome"
authors = ["Simone Chemelli <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/chemelli74/aiocomelit"
classifiers = [
Expand All @@ -11,7 +12,6 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: Apache Software License",
]
packages = [
{ include = "aiocomelit", from = "src" },
Expand Down

0 comments on commit fdfbec9

Please sign in to comment.