forked from mirrors/nixpkgs
mk-python-derivation: document pyproject format
Optional setting of format == "pyproject", "egg" had been documented in the manual, but they weren't listed in the function header for ``mk-python-derivation.nix``.
This commit is contained in:
parent
db64508779
commit
60df61b67e
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@
|
|||
# "setuptools" : Install a common setuptools/distutils based package. This builds a wheel.
|
||||
# "wheel" : Install from a pre-compiled wheel.
|
||||
# "flit" : Install a flit package. This builds a wheel.
|
||||
# "pyproject": Install a package using a ``pyproject.toml`` file (PEP517). This builds a wheel.
|
||||
# "egg": Install a package from an egg.
|
||||
# "other" : Provide your own buildPhase and installPhase.
|
||||
, format ? "setuptools"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue