Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lacroix committed Mar 31, 2024
1 parent d2c688e commit e8e3766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/advanced/pyproject_toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ test = ["test"]

## Build-system section
The `pyproject.toml` file normally contains a `[build-system]` section.
Currently, pixi does not use this section, but it is recommended to keep it in the file for compatibility with other tools.

Pixi will use this section to install the project (as an editable install, i.e. equivalent to `pip install -e .`) automatically and add it to the lock file.
```toml title="pyproject.toml"
[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit e8e3766

Please sign in to comment.