diff options
| -rw-r--r-- | docs/keywords.txt | 4 |
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. |
