Yurttas/PL/SL/python/docs/core-python-programming/doc/16/dist/dist.html
Distributing Python Modules
Greg Ward
E-mail: gward@python.net
Abstract:
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.
- Contents
- 1 Introduction
- 2 Concepts & Terminology
- 3 Writing the Setup Script
- 4 Writing the Setup Configuration File
- 5 Creating a Source Distribution
- 6 Creating Built Distributions
- 7 Examples
- 8 Extending the Distutils
- 9 Reference
- About this document ...
See About this document... for information on suggesting changes.