You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/why_pixi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ It comes with following features :
36
36
## Configuration files (`pixi.toml` and `pyproject.toml`)
37
37
38
38
`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.
0 commit comments