Files
snanosm/pyproject.toml
T

23 lines
616 B
TOML

[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
[project]
name = "snanosm"
version = "1.0.0"
authors = [
{ name="ITStudiosi", email="david@studiosi.es" },
]
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",
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries",
"Typing :: Typed"
]
license = "MIT"
license-files = ["LICEN[CS]E*"]