分发 Python 模块 (旧版)

作者

Greg Ward, Anthony Baxter

Email

distutils-sig @ python . org

另请参阅

分发 Python 模块

最新的模块分发文档编制

注意

This document is being retained solely until the setuptools documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html independently covers all of the relevant information currently included here.

注意

此指南仅涵盖作为此 Python 版本一部分提供的,用于构建和分发扩展的基本工具。第 3 方工具提供更易于使用和更安全的替代。参考 快速推荐章节 在 Python Packaging User Guide (Python 打包用户指南) 了解更多信息。

This document describes the Python Distribution Utilities (“Distutils”) from the module developer’s point of view, describing the underlying capabilities that setuptools builds on to allow Python developers to make Python modules and extensions readily available to a wider audience.

上一话题

历史和许可

下一话题

1. An Introduction to Distutils

本页