fix: pyproject.toml author name and update

This commit is contained in:
2026-07-16 19:11:16 +03:00
parent 5aa4f9afa7
commit ce8cbb6e18
+2 -2
View File
@@ -6,9 +6,9 @@ build-backend = "hatchling.build"
name = "snanosm"
version = "1.0.0"
authors = [
{ name="Studiosi", email="hello@nobodyownsthisdomain.org" },
{ name="ITStudiosi", email="david@studiosi.es" },
]
description = "A pure python small state machine library"
description = "A pure python small Mealy state machine library"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [