From ac9950763f78c5a4e44d97c669f78a5c482b2f32 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 23 Feb 2026 22:42:05 +0100 Subject: [PATCH] Fixed license error --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 514636a..97f5611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,5 @@ build-backend = "setuptools.build_meta" name = "text_table" version = "0.1.4" description = "A simple library for creating text tables." -readme = "README.md" \ No newline at end of file +readme = "README.md" +license = "Apache-2.0" \ No newline at end of file