Add yagicard tool, based on megacard script.
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[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"
|
||||
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"
|
||||
Reference in New Issue
Block a user