From c8ddffd415cc9e661ca80d36997c74a8695fa37e Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 18:10:06 +0200 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fcaa6e1..25254c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ authors = [ "James Cole", "Greg Dowling " ] +classifiers = [ + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", +] readme = 'README.md' From 78e6853175f9d8e1535f17403cd80bb7f062d0a2 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 18:10:55 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25254c6..7e2dd50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ "Greg Dowling " ] classifiers = [ - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", ] readme = 'README.md'