From ce8cbb6e18c92d8c95b6d5e9b3c6b0c99ea3803f Mon Sep 17 00:00:00 2001 From: David Date: Thu, 16 Jul 2026 19:11:16 +0300 Subject: [PATCH] fix: pyproject.toml author name and update --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [