Distributing Python ProjectsΒΆ

Authors:The Fellowship of the Packaging
Email:distutils-sig@python.org
Release:3.3
Date:May 22, 2012

This document describes Packaging for Python authors, describing how to use the module to make Python applications, packages or modules easily available to a wider audience with very little overhead for build/release/install mechanics.

See also

Installing Python Projects
A user-centered manual which includes information on adding projects into an existing Python installation. You do not need to be a Python programmer to read this manual.
packaging
A library reference for developers of packaging tools wanting to use standalone building blocks like version or metadata, or extend Packaging itself.

Previous topic

Supporting Cyclic Garbage Collection

Next topic

1. Packaging tutorial

This Page