We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacd999 commit 765e631Copy full SHA for 765e631
setup.cfg
@@ -2,7 +2,7 @@
2
name = invoice2data
3
author = Manuel Riel
4
description = Python parser to extract data from pdf invoice
5
-version = 0.4.4
+version = 0.4.5
6
url = https://github.com/invoice-x/invoice2data
7
keywords =
8
pdf
@@ -27,7 +27,7 @@ classifiers =
27
Topic :: Office/Business :: Financial :: Accounting
28
long_description = file: README.md
29
long_description_content_type = text/markdown
30
-license_file = LICENSE.txt
+license_files = ["LICENSE.txt"]
31
32
[options]
33
setup_requires =
0 commit comments