27.16.1. Distributing Python Modules

Authors:Greg Ward, Anthony Baxter
Email:distutils-sig@python.org
Release:3.3
Date:February 14, 2012

This document describes the Python Distribution Utilities (“Distutils”) from the module developer’s point of view, describing how to use the Distutils to make Python modules and extensions easily available to a wider audience with very little overhead for build/release/install mechanics.

Deprecated since version 3.3: packaging replaces Distutils. See Distributing Python Projects and Installing Python Projects.

Another document describes how to install modules and extensions packaged following the above guidelines:

Previous topic

27.16. distutils — Building and installing Python modules

Next topic

27.16.1.1. An Introduction to Distutils

This Page