Skip to content

Commit 3efcc0d

Browse files
committed
Fix problem with twine barking at utf8 contact name
1 parent df8e059 commit 3efcc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Firebird base modules for Python"
99
readme = "README.rst"
1010
requires-python = ">=3.8"
1111
license = { file = "LICENSE" }
12-
authors = [{ name = "Pavel Císař", email = "[email protected]"}]
12+
authors = [{ name = "Pavel Cisar", email = "[email protected]"}]
1313
keywords = ["Firebird"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)