Skip to content

Commit 73827a2

Browse files
committed
Fix name, authors, platforms.
1 parent ab03c72 commit 73827a2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pixi.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[project]
2-
authors = ["Dan Allan <dallan@bnl.gov>"]
2+
authors = [
3+
"Dan Allan <dallan@bnl.gov>",
4+
"Brigitta Sipőcz <brigitta.sipocz@gmail.com>",
5+
"Ross Barnowski <rossbar@caltech.edu>",
6+
"Kyle Sunden <git@ksunden.space>",
7+
]
38
channels = ["conda-forge"]
49
description = "Add a short description here"
5-
name = "interactive-tutorial-demo"
6-
platforms = ["linux-64"]
10+
name = "executable-tutorials"
11+
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
712
version = "0.1.0"
813

914
[tasks]

0 commit comments

Comments
 (0)