From 765e63104fdd49d1a9ed8ff49ad7a2cf19c26e93 Mon Sep 17 00:00:00 2001 From: bosd Date: Sun, 26 Nov 2023 16:43:00 +0100 Subject: [PATCH] Prepare 0.4.5 release --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d5296e79..b6d66f3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = invoice2data author = Manuel Riel description = Python parser to extract data from pdf invoice -version = 0.4.4 +version = 0.4.5 url = https://github.com/invoice-x/invoice2data keywords = pdf @@ -27,7 +27,7 @@ classifiers = Topic :: Office/Business :: Financial :: Accounting long_description = file: README.md long_description_content_type = text/markdown -license_file = LICENSE.txt +license_files = ["LICENSE.txt"] [options] setup_requires =