分发 Python 模块(遗留版本)

作者

Greg Ward , Anthony Baxter

电子邮箱

distutils-sig@python.org

参见

分发 Python 模块

最新的模块分发文档

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.

注解

This guide only covers the basic tools for building and distributing extensions that are provided as part of this version of Python. Third party tools offer easier to use and more secure alternatives. Refer to the quick recommendations section in the Python Packaging User Guide for more information.