aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBastian Venthur <bastian.venthur@flixbus.com>2019-05-16 14:19:25 +0200
committerBastian Venthur <bastian.venthur@flixbus.com>2019-05-16 14:19:25 +0200
commit13c1825df412b6ed63ff05594af0e4dde5ef0455 (patch)
treebec5166dc37b0b02653952683d9e5737c918cbcf /docs
parenta7fcfcdf8e224f42aa83c32363df3a39100ca69c (diff)
downloadexternal_python_setuptools-13c1825df412b6ed63ff05594af0e4dde5ef0455.tar.gz
external_python_setuptools-13c1825df412b6ed63ff05594af0e4dde5ef0455.tar.bz2
external_python_setuptools-13c1825df412b6ed63ff05594af0e4dde5ef0455.zip
Maintain old header and link to new keywords document
Diffstat (limited to 'docs')
-rw-r--r--docs/keywords.txt2
-rw-r--r--docs/setuptools.txt7
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/keywords.txt b/docs/keywords.txt
index 81b80344..2666ba85 100644
--- a/docs/keywords.txt
+++ b/docs/keywords.txt
@@ -1,3 +1,5 @@
+.. _Supported setup() Keywords:
+
==============================
Supported ``setup()`` Keywords
==============================
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index e07ac296..4ddc2b7a 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -239,6 +239,13 @@ pre- or post-release tags. See the following sections for more details:
* The `egg_info`_ command
+New and Changed ``setup()`` Keywords
+====================================
+
+The keywords supported by setuptools can be found in :ref:`Supported setup()
+Keywords`
+
+
Using ``find_packages()``
-------------------------