From 8d8981548d84c5472aa831eb5bba503bd7019cac Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 25 Jun 2024 16:10:57 +0200 Subject: [PATCH] fix: fix license classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfb5d5d..9815656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "xiaomi-ble" version = "0.30.0" description = "Manage Xiaomi BLE devices" authors = ["John Carr "] -license = "Apache Software License 2.0" +license = "Apache-2.0" readme = "README.md" repository = "https://github.com/bluetooth-devices/xiaomi-ble" documentation = "https://xiaomi-ble.readthedocs.io"