From 8c91ec1fa607c20a9416fcdf527b613dbe2eeca9 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 15:03:51 +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 9043ddb..2282b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ name = "discovery30303" version = "0.2.1" description = "Discover devices that respond on port 30303" authors = ["J. Nick Koston "] -license = "Apache Software License 2.0" readme = "README.md" repository = "https://github.com/bdraco/discovery30303" documentation = "https://discovery30303.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 = "discovery30303" },