summaryrefslogtreecommitdiff
path: root/extension.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-01-27 16:30:36 +0000
committerAndrew M. Kuchling <amk@amk.ca>2003-01-27 16:30:36 +0000
commitcaa7bc3bd88e1b1c50f4f03bda217b0fc6063f2b (patch)
tree8f6f7421812039c291319a9d57b49f7bb964d030 /extension.py
parentfc7885b993648b7587683e0e14adecb21011556b (diff)
downloadpython-setuptools-git-caa7bc3bd88e1b1c50f4f03bda217b0fc6063f2b.tar.gz
Remove the recently-added get_distutil_options(), and just
have two tuples listing the legal keywords for setup() and Extension()
Diffstat (limited to 'extension.py')
-rw-r--r--extension.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension.py b/extension.py
index 94b56e6c..e69f3e93 100644
--- a/extension.py
+++ b/extension.py
@@ -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,