22 lines
463 B
TOML
22 lines
463 B
TOML
[project]
|
|
name = "yagicard"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"PyYAML >= 6.0.2", "pillow >= 11.3.0", "goat-tools >= 0.0.1"
|
|
]
|
|
#requires-python = ">=3.11"
|
|
requires-python = ">=3.10"
|
|
authors = [
|
|
{name = "Gregory Marco", email = "greg@nanoyagi.com"}
|
|
]
|
|
maintainers = [
|
|
{name = "Gregory Marco", email = "greg@nanoyagi.com"}
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools >= 61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project.scripts]
|
|
yagicard = "yagicard:main"
|