feat: python_pyproject_nixpkgs_basic

This commit is contained in:
Kiana Sheibani 2025-11-24 02:47:11 -05:00
parent 17af2afb46
commit fc4b96e5a2
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
7 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[project]
name = "hello"
version = "0.1.0"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"