Skip to content

Commit c4b7de3

Browse files
committed
Added myself as co-author and fixed license filename in pyproject.toml
1 parent 7d6d6af commit c4b7de3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name = "xml2python"
33
dynamic = ["version"]
44
authors = [
55
{name="Ernesto Ruge, binary butterfly GmbH", email="ernesto.ruge@binary-butterfly.de"},
6+
{name="Kirstin Rohwer, binary butterfly GmbH", email="kirstin.rohwer@binary-butterfly.de"},
67
]
78
maintainers = [
89
{name="Ernesto Ruge, binary butterfly GmbH", email="ernesto.ruge@binary-butterfly.de"},
10+
{name="Kirstin Rohwer, binary butterfly GmbH", email="kirstin.rohwer@binary-butterfly.de"},
911
]
1012
description = "xml2python is a simple helper class to transform XML input to more usable python dicts."
1113
readme = "README.md"
@@ -15,7 +17,7 @@ keywords = [
1517
"xml",
1618
"dict",
1719
]
18-
license-files = ["LICENCE.txt"]
20+
license-files = ["LICENSE.txt"]
1921

2022
classifiers = [
2123
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)