From cc9e041823a6a06cabeaa27949abc4e2ff08aee0 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sat, 18 May 2019 12:37:06 +0200 Subject: Added unused requires, obsolete and requires for completenes --- docs/keywords.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs') 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`` -- cgit v1.2.1