diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2003-01-27 16:30:36 +0000 |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2003-01-27 16:30:36 +0000 |
| commit | caa7bc3bd88e1b1c50f4f03bda217b0fc6063f2b (patch) | |
| tree | 8f6f7421812039c291319a9d57b49f7bb964d030 /extension.py | |
| parent | fc7885b993648b7587683e0e14adecb21011556b (diff) | |
| download | python-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.py | 2 |
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, |
