We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f83428 commit 441db19Copy full SHA for 441db19
1 file changed
pyproject.toml
@@ -3,7 +3,6 @@ name = "kasa-crypt"
3
version = "0.4.2"
4
description = "Fast kasa crypt"
5
authors = ["J. Nick Koston <nick@koston.org>"]
6
-license = "Apache-2.0"
7
readme = "README.md"
8
repository = "https://github.com/bdraco/kasa-crypt"
9
classifiers = [
@@ -12,6 +11,7 @@ classifiers = [
12
11
"Natural Language :: English",
13
"Operating System :: OS Independent",
14
"Topic :: Software Development :: Libraries",
+ "License :: OSI Approved :: Apache Software License",
15
]
16
packages = [
17
{ include = "kasa_crypt", from = "src" },
0 commit comments