Files
snanosm/pyproject.toml
T

23 lines
624 B
TOML
Raw Normal View History

[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
[project]
name = "snanosm"
2026-07-16 19:49:06 +03:00
version = "1.0.1"
authors = [
2026-07-16 19:11:16 +03:00
{ name="ITStudiosi", email="david@studiosi.es" },
]
2026-07-16 19:11:16 +03:00
description = "A pure python small Mealy state machine library"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
2026-07-16 19:49:06 +03:00
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries",
"Typing :: Typed"
]
license = "MIT"
2026-07-16 18:53:45 +03:00
license-files = ["LICEN[CS]E*"]