From 7e8082bae2d2f7ac98db5e6a3f757b97292ea10f Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 20 Jun 2025 20:39:01 +0200 Subject: [PATCH 1/3] feat(license): add unlicense license Don't know what to license this under yet --- LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 From d799c62c78feabf922f750b36b8023244842e0c9 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 20 Jun 2025 20:39:34 +0200 Subject: [PATCH 2/3] chore: change license reference --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd23512..5bc3eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "personal utilities and helpers" authors = [ { name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" } ] -license = { file = "LICENSE" } +license-files = ["LICENSE"] readme = "README.md" classifiers = [ "Development Status :: 1 - Planning", From 324df0e6d2d125086fb854696e64abf92af7cefd Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 20 Jun 2025 20:39:53 +0200 Subject: [PATCH 3/3] todo(9): done --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index e7f9b56..be8e36a 100644 --- a/TODO +++ b/TODO @@ -145,7 +145,7 @@ Description: use dot namespaces to make the package a little more elegant ID: 9 Type: bugfix Title: fix LICENSE reference -Status: in-progress +Status: done Priority: high Created: 2025-06-20 Description: license specification is no longer a trove classifier in