parrot-datasets/pyproject.toml

13 lines
270 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "the_smack"
version = "0.0.9"
[project.scripts]
the-stack-licenses = "the_smack.the_stack_licenses:main"
the-stack-headers = "the_smack.the_stack_headers:main"