diff --git a/pyproject.toml b/pyproject.toml index 1863929..a4e0953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ name = "kasa-crypt" version = "0.4.2" description = "Fast kasa crypt" authors = ["J. Nick Koston "] -license = "Apache-2.0" readme = "README.md" repository = "https://github.com/bdraco/kasa-crypt" classifiers = [ @@ -12,6 +11,7 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries", + "License :: OSI Approved :: Apache Software License", ] packages = [ { include = "kasa_crypt", from = "src" },