aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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``