diff options
Diffstat (limited to 'Lib/distutils/core.py')
-rw-r--r-- | Lib/distutils/core.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py index fef291f..6867534 100644 --- a/Lib/distutils/core.py +++ b/Lib/distutils/core.py @@ -47,8 +47,7 @@ setup_keywords = ('distclass', 'script_name', 'script_args', 'options', 'name', 'version', 'author', 'author_email', 'maintainer', 'maintainer_email', 'url', 'license', 'description', 'long_description', 'keywords', - 'platforms', 'classifiers', 'download_url', - 'provides', 'requires', ) + 'platforms', 'classifiers', 'download_url',) # Legal keyword arguments for the Extension constructor extension_keywords = ('name', 'sources', 'include_dirs', |