Skip to content

Commit

Permalink
py: fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 19, 2024
1 parent 97f5c58 commit 432e0fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/miniconf-mqtt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[license]
text = "MIT"

[project]
name = "miniconf-mqtt"
# Note: keep this in sync with Cargo.toml
Expand All @@ -15,6 +12,9 @@ authors = [
{ name = "Robert Jördens", email = "[email protected]" },
]
dependencies = ["aiomqtt >= 2.1.0", "typing_extensions >= 4.11"]
classifiers = [
"License :: OSI Approved :: MIT License",
]

[project.urls]
Homepage = "https://github.com/quartiq/miniconf"
Expand Down

0 comments on commit 432e0fc

Please sign in to comment.