diff --git a/pyproject.toml b/pyproject.toml index f290506..5aaaeec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [