From 6ac561257a43a3b893265ad7ca7001c45b0db7e8 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 17:29:58 +0200 Subject: [PATCH] Fix license classifier --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b035053..84b0593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,15 @@ name = "pybalboa" version = "1.0.1" description = "Module to communicate with a Balboa spa wifi adapter." authors = ["Nathan Spencer ","Tim Rightnour "] -license = "Apache 2.0" readme = "README.rst" homepage = "https://github.com/garbled1/pybalboa" repository = "https://github.com/garbled1/pybalboa" keywords = ["Balboa", "spa", "hot tub", "asynchronous"] include = ["pybalboa/py.typed"] +classifiers = [ + "License :: OSI Approved :: Apache Software License", +] + [tool.poetry.dependencies] python = "^3.8.1"