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:
Anthony Baxter 2004-10-13 12:35:28 +00:00
parent 9e29fc584c
commit f2113f0c6e
5 changed files with 3 additions and 145 deletions

View file

@ -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',