aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2019-05-18 12:37:06 +0200
committerBastian Venthur <venthur@debian.org>2019-05-18 12:37:06 +0200
commitcc9e041823a6a06cabeaa27949abc4e2ff08aee0 (patch)
treea21aa074bffffea9083a853ef002d5ffd6a788c8 /docs
parent13c1825df412b6ed63ff05594af0e4dde5ef0455 (diff)
downloadexternal_python_setuptools-cc9e041823a6a06cabeaa27949abc4e2ff08aee0.tar.gz
external_python_setuptools-cc9e041823a6a06cabeaa27949abc4e2ff08aee0.tar.bz2
external_python_setuptools-cc9e041823a6a06cabeaa27949abc4e2ff08aee0.zip
Added unused requires, obsolete and requires for completenes
Diffstat (limited to 'docs')
-rw-r--r--docs/keywords.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/keywords.txt b/docs/keywords.txt
index 2666ba85..ff757231 100644
--- a/docs/keywords.txt
+++ b/docs/keywords.txt
@@ -98,6 +98,23 @@ associated ``setuptools`` feature.
``package_dir``
A dictionary providing a mapping of package to directory names.
+``requires``
+
+ .. warning::
+ ``requires`` is superseded by ``install_requires`` and should not be used
+ anymore.
+
+``obsoletes``
+
+ .. warning::
+ ``obsoletes`` is not supported by ``pip`` and should not be used.
+
+``requires``
+
+ .. warning::
+ ``requires`` is not supported by ``pip`` and should not be used.
+
+
.. Below are setuptools keywords, above are distutils
``include_package_data``