fix: pyproject.toml author name and update
This commit is contained in:
+2
-2
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user