Remove the recently-added get_distutil_options(), and just

have two tuples listing the legal keywords for setup() and Extension()
This commit is contained in:
Andrew M. Kuchling 2003-01-27 16:30:36 +00:00
parent bf5170793c
commit 6ffdaab808
2 changed files with 15 additions and 8 deletions

View file

@ -82,6 +82,8 @@ class Extension:
from the source extensions if not provided.
"""
# When adding arguments to this constructor, be sure to update
# setup_keywords in core.py.
def __init__ (self, name, sources,
include_dirs=None,
define_macros=None,