Skip to content

Commit

Permalink
fix: fix license classifier (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jun 24, 2024
1 parent d36edaf commit cae1c34
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 = "bluetooth-sensor-state-data"
version = "1.7.0"
description = "Models for storing and converting Bluetooth Sensor State Data"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
readme = "README.md"
repository = "https://github.com/bluetooth-devices/bluetooth-sensor-state-data"
documentation = "https://bluetooth-sensor-state-data.readthedocs.io"
Expand All @@ -13,6 +12,7 @@ classifiers = [
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: Apache Software License",
]
packages = [
{ include = "bluetooth_sensor_state_data", from = "src" },
Expand Down

0 comments on commit cae1c34

Please sign in to comment.