We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ba609 commit 4449a9cCopy full SHA for 4449a9c
pyproject.toml
@@ -2,8 +2,8 @@
2
name = "python-statemachine"
3
version = "2.5.0"
4
description = "Python Finite State Machines made easy."
5
-authors = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]
6
-maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail" }]
+authors = [{ name = "Fernando Macedo", email = "fgmacedo@gmail.com" }]
+maintainers = [{ name = "Fernando Macedo", email = "fgmacedo@gmail.com" }]
7
license = { text = "MIT License" }
8
readme = "README.md"
9
classifiers = [
0 commit comments