diff options
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 4ddc2b7a..ae85b8f5 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -242,8 +242,11 @@ pre- or post-release tags. See the following sections for more details: New and Changed ``setup()`` Keywords ==================================== -The keywords supported by setuptools can be found in :ref:`Supported setup() -Keywords` +The following keyword arguments to ``setup()`` are supported by ``setuptools``. +Some of them are optional; you do not have to supply them unless you need the +associated ``setuptools`` feature. + +.. include:: keywords.txt Using ``find_packages()`` |
