Skip to content

Commit 4c286aa

Browse files
Update config.yaml
1 parent 3f6ecca commit 4c286aa

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

config.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
carpentry: 'incubator'
1616

1717
# Alt-text description of the lesson.
18-
carpentry_description: 'Lesson Description'
18+
#carpentry_description: 'Lesson Description'
1919

2020
# Overall title for pages.
21-
title: 'Lesson Title' # FIXME
21+
title: 'Python packaging with Pixi'
2222

2323
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24-
created: ~ # FIXME
24+
created: 2025-08-19
2525

2626
# Comma-separated list of keywords for the lesson
27-
keywords: 'software, data, lesson, The Carpentries' # FIXME
27+
keywords: 'python','packaging','pixi'
2828

2929
# Life cycle stage of the lesson
3030
# possible values: pre-alpha, alpha, beta, stable
@@ -34,13 +34,13 @@ life_cycle: 'pre-alpha' # FIXME
3434
license: 'CC-BY 4.0'
3535

3636
# Link to the source repository for this lesson
37-
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
37+
source: 'https://github.com/priya-gitTest/Python-Packaging-with-Pixi'
3838

3939
# Default branch of your lesson
4040
branch: 'main'
4141

4242
# Who to contact if there are any issues
43-
contact: 'team@carpentries.org' # FIXME
43+
contact: 'priyankaoe@gmail.com'
4444

4545
# Navigation ------------------------------------------------
4646
#
@@ -66,10 +66,15 @@ contact: 'team@carpentries.org' # FIXME
6666

6767
# Order of episodes in your lesson
6868
episodes:
69-
- introduction.md
69+
- intoduction_python_packaging.md
70+
- why_pixi.md
71+
- project_structure.md
72+
- project_metadata.md
73+
- project_publishing.md
7074

7175
# Information for Learners
7276
learners:
77+
- setup.md
7378

7479
# Information for Instructors
7580
instructors:

0 commit comments

Comments
 (0)