From afc51a41eca8dbf53d6386d144541e335341a18b Mon Sep 17 00:00:00 2001 From: Teemu R Date: Tue, 7 May 2024 20:48:48 +0200 Subject: [PATCH] Use spdx identifier for the license This will fix the license display on pypi, currently showing the license as other/proprietary: `License: Other/Proprietary License (Apache Software License 2.0)` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de287cb..8ba9ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "kasa-crypt" version = "0.4.1" description = "Fast kasa crypt" authors = ["J. Nick Koston "] -license = "Apache Software License 2.0" +license = "Apache-2.0" readme = "README.md" repository = "https://github.com/bdraco/kasa-crypt" classifiers = [