Initial set of tools for editing/running projects
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user