Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/extending/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Building C and C++ Extensions with distutils

.. sectionauthor:: Martin v. Löwis <[email protected]>

.. include:: ../distutils/_setuptools_disclaimer.rst

Extension modules can be built using distutils, which is included in Python.
Since distutils also supports creation of binary packages, users don't
necessarily need a compiler and distutils to install the extension.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``setuptools`` note to ``Doc/extending/building.rst``.