Skip to content

Commit 3676fc7

Browse files
Update why_pixi.md
1 parent 477c480 commit 3676fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/why_pixi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ It comes with following features :
3636
## Configuration files (`pixi.toml` and `pyproject.toml`)
3737

3838
`pixi.toml` is the file used by Pixi for defining the environment , dependencies and tasks.
39-
`pyproject.toml` is the file in Python ecosystem (PEP 518/621) for configuring the build, distribution and configration of python projects. It is required in build tools like Poety, Hatch, Flit , setuptools. It specifies metadata (name, version, author). you can also specifiy dependencies here.
39+
`pyproject.toml` is the file in Python ecosystem (PEP 518/621) for configuring the build, distribution and configration of python projects. It is required in build tools like Poetry, Hatch, Flit , setuptools. It specifies metadata (name, version, author). you can also specifiy dependencies here.
4040

4141
## Multi-environment support
4242

0 commit comments

Comments
 (0)