Skip to content

Commit 4449a9c

Browse files
committed
typo: Fix package email metadata
1 parent 68ba609 commit 4449a9c

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
@@ -2,8 +2,8 @@
22
name = "python-statemachine"
33
version = "2.5.0"
44
description = "Python Finite State Machines made easy."
5-
authors = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]
6-
maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]
5+
authors = [{ name = "Fernando Macedo", email = "fgmacedo@gmail.com" }]
6+
maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail.com" }]
77
license = { text = "MIT License" }
88
readme = "README.md"
99
classifiers = [

0 commit comments

Comments
 (0)