Files
ruff/python/ruff-ecosystem/pyproject.toml
2023-10-27 12:07:51 -05:00

11 lines
195 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "ruff-ecosystem"
version = "0.0.0"
[project.scripts]
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"