Initial set of tools for editing/running projects

This commit is contained in:
2025-01-18 21:25:27 -06:00
commit e239215895
7 changed files with 126 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "goat-tools"
version = "0.0.1"
dependencies = []
requires-python = ">=3.8"
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]
goat = "goat:main"