fix: pyproject.toml author name and update
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ build-backend = "hatchling.build"
|
|||||||
name = "snanosm"
|
name = "snanosm"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = [
|
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"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user