Skip to content

Commit

Permalink
Merge pull request #547 from cdce8p/master
Browse files Browse the repository at this point in the history
Use SPDX license expression
  • Loading branch information
hahn-th authored Nov 18, 2024
2 parents 5f26e1d + afe0729 commit 6a3c11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = ["homematicip cloud","homematicip"]
dynamic = [
"version"
]
license = {file = "LICENSE.txt"}
license = {text = "GPL-3.0-or-later"}

[project.urls]
Homepage = "https://github.com/hahn-th/homematicip-rest-api"
Expand All @@ -48,4 +48,4 @@ asyncio_mode = "auto"

[project.scripts]
hmip_cli = "homematicip.cli.hmip_cli:main"
hmip_generate_auth_token = "homematicip.cli.hmip_generate_auth_token:main"
hmip_generate_auth_token = "homematicip.cli.hmip_generate_auth_token:main"

0 comments on commit 6a3c11a

Please sign in to comment.