Skip to content

Commit

Permalink
Merge pull request #42 from joostlek/patch-1
Browse files Browse the repository at this point in the history
Fix license classifier
  • Loading branch information
LaStrada authored Aug 26, 2024
2 parents 3a2b080 + 2dded1f commit 3afa576
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,7 +3,6 @@ name = "airthings-ble"
version = "0.9.0"
description = "Manage Airthings BLE devices"
authors = ["Vincent Giorgi", "Ståle Storø Hauknes"]
license = "Apache Software License 2.0"
readme = "README.md"
repository = "https://github.com/Airthings/airthings-ble"
documentation = "https://airthings-ble.readthedocs.io"
Expand All @@ -13,6 +12,7 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: MIT License",
]
packages = [
{ include = "airthings_ble" },
Expand Down

0 comments on commit 3afa576

Please sign in to comment.