Distributing Python Modules (Legacy version)

Authors

Greg Ward, Anthony Baxter

Email

distutils-sig@python.org

See also

Distributing Python Modules

The up to date module distribution documentations

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

Note

This guide only covers the basic tools for building and distributingextensions that are provided as part of this version of Python. Third partytools offer easier to use and more secure alternatives. Refer to thequickrecommendations sectionin the Python Packaging User Guide for more information.