From 0fa878e88c64c6d75262b9fc98330cabe255ea54 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 1 Jan 2022 22:45:29 +0100 Subject: [PATCH] Remove license marker from pyproject.toml as the classifier should be enough --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96155e8..2d7cd55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ name = "ofx-processor" version = "4.0.1" description = "Personal ofx processor" readme = "README.md" -license = "Unlicense" authors = ["Gabriel Augendre "] homepage = "https://git.augendre.info/gaugendre/ofx-processor" repository = "https://git.augendre.info/gaugendre/ofx-processor"