templates/pkgs/python: show how to package a setuptools project

This commit is contained in:
2025-03-10 06:49:16 +00:00
parent 58b89e88fe
commit 47fb71d980

View File

@@ -19,6 +19,10 @@
'';
nativeBuildInputs = [
# python3.pkgs.eggUnpackHook
# python3.pkgs.eggBuildHook
# python3.pkgs.eggInstallHook
# python3.pkgs.hatch-fancy-pypi-readme
# python3.pkgs.hatch-vcs
# python3.pkgs.hatchling
@@ -26,7 +30,8 @@
# python3.pkgs.poetry-core
# python3.pkgs.pypaBuildHook
# python3.pkgs.pypaInstallHook
# python3.pkgs.pypaInstallHook # pretty much always want this (even if using setuptoolsBuildHook)
# python3.pkgs.setuptoolsBuildHook # if project has `setup.py`
python3.pkgs.wrapPython
];