summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2019-05-18 12:37:48 +0200
committerBastian Venthur <venthur@debian.org>2019-05-18 12:37:48 +0200
commit0b323b5e158bfd284cdd6c99b130cfc05eb05187 (patch)
tree534245cb903f8f90ff144c922c0a04cdb43fe2ee /docs
parentcc9e041823a6a06cabeaa27949abc4e2ff08aee0 (diff)
downloadpython-setuptools-git-0b323b5e158bfd284cdd6c99b130cfc05eb05187.tar.gz
Added ext_package
Diffstat (limited to 'docs')
-rw-r--r--docs/keywords.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/keywords.txt b/docs/keywords.txt
index ff757231..4d7efd38 100644
--- a/docs/keywords.txt
+++ b/docs/keywords.txt
@@ -51,6 +51,10 @@ associated ``setuptools`` feature.
A list of strings specifying the standalone script files to be built and
installed.
+``ext_package``
+ A string specifying the base package name for the extensions provided by
+ this package.
+
``ext_modules``
A list of instances of ``setuptools.Extension`` providing the list of
Python extensions to be built.