Skip to content

Commit e99038c

Browse files
authored
fix: use spdx identifier for the license (#10)
1 parent 7c8d36c commit e99038c

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,7 @@ name = "kasa-crypt"
33
version = "0.4.1"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <[email protected]>"]
6-
license = "Apache Software License 2.0"
6+
license = "Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/bdraco/kasa-crypt"
99
classifiers = [

0 commit comments

Comments
 (0)