From 1dbcbaa5343561b4038f6ee29d1c8e39f24bcb0d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 15:18:30 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80b2e53..6f44ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ name = "govee-ble" version = "0.31.2" description = "Manage Govee BLE devices" authors = ["J. Nick Koston "] -license = "Apache Software License 2.0" readme = "README.md" repository = "https://github.com/bluetooth-devices/govee-ble" documentation = "https://govee-ble.readthedocs.io" @@ -13,6 +12,7 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries", + "License :: OSI Approved :: Apache Software License", ] packages = [ { include = "govee_ble", from = "src" },