Skip to content

Commit

Permalink
fix: revert license classifier change (#10)
Browse files Browse the repository at this point in the history
This reverts commit 5eb1664.
  • Loading branch information
cdce8p committed Oct 25, 2024
1 parent 3830c1c commit 0a36bf3
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 @@ -5,6 +5,7 @@ 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 @@ -14,7 +15,6 @@ 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 0a36bf3

Please sign in to comment.