templates/python/nixpkgs/pyproject.toml
Kiana Sheibani afb4b62827
change basically everything
It's a good thing that I'm not collaborating with anyone on this
repository, because this is REALLY bad practice.
2025-11-23 22:43:24 -05:00

10 lines
165 B
TOML

[project]
name = "hello"
version = "0.1.0"
[project.scripts]
hello = "hello:main"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"