mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Backing out the basic dependency checking (from pycon sprint).
This support was only a first cut, and doesn't deserve to be in a released version (where we have to support it in an ongoing manner)
This commit is contained in:
parent
9e29fc584c
commit
f2113f0c6e
5 changed files with 3 additions and 145 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue