Skip to content

Commit 5042c68

Browse files
Update project_metadata.md
1 parent ab15925 commit 5042c68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

episodes/project_metadata.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,15 @@ requires-python = ">=3.11, <3.12"
9090
```
9191
If you were using `pixi.toml` file, the equivalent syntax would be
9292
```toml
93-
[workspace]
93+
[tool.pixi.workspace]
9494
name = "greet_me"
9595
channels = ["conda-forge"]
9696
platforms = ["linux-64", "win-64"]
9797

98-
[dependencies]
98+
[tool.pixi.pypi-dependencies]
9999
python = ">=3.11"
100+
101+
[tool.pixi.tasks]
100102
```
101103
- Tasks
102104

0 commit comments

Comments
 (0)