Skip to content

Commit 441db19

Browse files
authored
fix: fix license classifier (#11)
1 parent 1f83428 commit 441db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "kasa-crypt"
33
version = "0.4.2"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <[email protected]>"]
6-
license = "Apache-2.0"
76
readme = "README.md"
87
repository = "https://github.com/bdraco/kasa-crypt"
98
classifiers = [
@@ -12,6 +11,7 @@ classifiers = [
1211
"Natural Language :: English",
1312
"Operating System :: OS Independent",
1413
"Topic :: Software Development :: Libraries",
14+
"License :: OSI Approved :: Apache Software License",
1515
]
1616
packages = [
1717
{ include = "kasa_crypt", from = "src" },

0 commit comments

Comments
 (0)