Search⌘ K
AI Features

Creating a Source Distribution

Explore how to build a source distribution for your Python library using Distutils. Understand how to include your source code, setup scripts, and additional files, and how Distutils manages manifests to create a distributable package.

We'll cover the following...

Distutils supports building multiple types of release packages. At a minimum, you should build a “source distribution” that contains your source code, your Distutils setup script, your “read ...