File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,6 +144,18 @@ e.g. a list of dependencies.
144144By distributing our code as a package,
145145we 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+
147159For packaging our code, we will introduce ` uv ` ,
148160an extremely fast Python package and project manager, written in Rust.
149161
You can’t perform that action at this time.
0 commit comments