From 5eb16644030da3eb9898cc1a6286e20d0f7f9345 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 25 Jun 2024 16:00:40 +0200 Subject: [PATCH] fix: fix license classifier (#10) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 560b5d8..3f64295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = [ { name = "Aarni Koskela", email = "akx@iki.fi" }, ] requires-python = ">=3.9" -license = "MIT" readme = "README.md" repository = "https://github.com/bluetooth-devices/ruuvitag-ble" documentation = "https://ruuvitag-ble.readthedocs.io" @@ -16,6 +15,7 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries", + "License :: OSI Approved :: MIT License", ] packages = [ { include = "ruuvitag_ble", from = "src" },