Skip to content

Commit b331b97

Browse files
authored
fix: fix license classifier (#41)
1 parent 28f0660 commit b331b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "led-ble"
33
version = "1.0.1"
44
description = "Control a wide range of LED BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
6-
license = "Apache Software License 2.0"
76
readme = "README.md"
87
repository = "https://github.com/bluetooth-devices/led-ble"
98
documentation = "https://led-ble.readthedocs.io"
@@ -13,6 +12,7 @@ classifiers = [
1312
"Natural Language :: English",
1413
"Operating System :: OS Independent",
1514
"Topic :: Software Development :: Libraries",
15+
"License :: OSI Approved :: Apache Software License",
1616
]
1717
packages = [
1818
{ include = "led_ble", from = "src" },

0 commit comments

Comments
 (0)