1515carpentry : ' 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
3434license : ' 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
4040branch : ' 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
6868episodes :
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
7276learners :
77+ - setup.md
7378
7479# Information for Instructors
7580instructors :
0 commit comments