Skip to content

Commit

Permalink
fix: fix license classifier (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jun 25, 2024
1 parent b919242 commit 5eb1664
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 @@ -6,7 +6,6 @@ authors = [
{ name = "Aarni Koskela", email = "[email protected]" },
]
requires-python = ">=3.9"
license = "MIT"
readme = "README.md"
repository = "https://github.com/bluetooth-devices/ruuvitag-ble"
documentation = "https://ruuvitag-ble.readthedocs.io"
Expand All @@ -16,6 +15,7 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: MIT License",
]
packages = [
{ include = "ruuvitag_ble", from = "src" },
Expand Down

0 comments on commit 5eb1664

Please sign in to comment.