diff options
| author | Bastian Venthur <venthur@debian.org> | 2019-05-18 12:37:48 +0200 |
|---|---|---|
| committer | Bastian Venthur <venthur@debian.org> | 2019-05-18 12:37:48 +0200 |
| commit | 0b323b5e158bfd284cdd6c99b130cfc05eb05187 (patch) | |
| tree | 534245cb903f8f90ff144c922c0a04cdb43fe2ee /docs | |
| parent | cc9e041823a6a06cabeaa27949abc4e2ff08aee0 (diff) | |
| download | python-setuptools-git-0b323b5e158bfd284cdd6c99b130cfc05eb05187.tar.gz | |
Added ext_package
Diffstat (limited to 'docs')
| -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. |
