From a3c7e51f93eb023539299119d5e7c5e29c0e1ed6 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 1 Jan 2022 22:41:34 +0100 Subject: [PATCH] Fix license classifiers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e32f0cb..96155e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ofx-processor" -version = "4.0.0" +version = "4.0.1" description = "Personal ofx processor" readme = "README.md" license = "Unlicense" @@ -16,7 +16,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", + "License :: OSI Approved :: The Unlicense (Unlicense)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows",