Skip to content

Commit db50abf

Browse files
committed
Add author surname
1 parent 1b7bb4c commit db50abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "python_training_project"
1111
authors = [
12-
{name = "Andreas", email = "[email protected]"},
13-
{name = "Thomas", email = "[email protected]"},
12+
{name = "Andreas Nussberger", email = "[email protected]"},
13+
{name = "Thomas Keller", email = "[email protected]"},
1414
]
1515
description = "Python Training Project by devminds GmbH"
1616
readme = "README.md"

0 commit comments

Comments
 (0)