mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 06:21:30 +03:00
docs/buildPythonPackage: reformat
This commit is contained in:
parent
00ccd3da76
commit
35e13f912a
@ -93,13 +93,15 @@ in {
|
|||||||
description = ''
|
description = ''
|
||||||
Whether the pyproject format should be used. When set to `true`,
|
Whether the pyproject format should be used. When set to `true`,
|
||||||
`pypaBuildHook` will be used, and you can add the required build dependencies
|
`pypaBuildHook` will be used, and you can add the required build dependencies
|
||||||
from `build-system.requires` to `build-system`. Note that the pyproject
|
from `build-system.requires` to `build-system`.
|
||||||
format falls back to using `setuptools`, so you can use `pyproject = true`
|
|
||||||
even if the package only has a `setup.py`. When set to `false`, you can
|
Note that the pyproject format falls back to using `setuptools`, so
|
||||||
use the existing hooks or provide your own logic to build the
|
you can use `pyproject = true` even if the package only has a `setup.py`.
|
||||||
package. This can be useful for packages that don't support the pyproject
|
When set to `false`, you can use the existing hooks or provide your own
|
||||||
format. When unset, the legacy `setuptools` hooks are used for backwards
|
logic to build the package. This can be useful for packages that don't
|
||||||
compatibility.
|
support the pyproject format.
|
||||||
|
|
||||||
|
When unset, the legacy `setuptools` hooks are used for backwards compatibility.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user