Skip to content

Commit 9340727

Browse files
committed
add a callout session for Python Packaging Guide
1 parent b8347eb commit 9340727

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

episodes/43-software-release.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ e.g. a list of dependencies.
144144
By distributing our code as a package,
145145
we reduce the complexity of fetching, installing and integrating it for the end-users.
146146

147+
:::::::::::::::::::::::::::::::::::::::::: callout
148+
149+
## Further reading: Python Packaging User Guide
150+
151+
You can refer to the [Python Packaging User Guide](https://packaging.python.org/)
152+
provides documentation on best practices and tools for packaging Python projects.
153+
154+
At the end of this episode, there is an optional exercise
155+
where you can enhance your package metadata by referring to this documentation.
156+
157+
::::::::::::::::::::::::::::::::::::::::::
158+
147159
For packaging our code, we will introduce `uv`,
148160
an extremely fast Python package and project manager, written in Rust.
149161

0 commit comments

Comments
 (0)