Commit 0350ebe9 authored by Greg Ward's avatar Greg Ward

Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,

we can run "sdist" on a distribution with old-style extension structures
even if we haven't built it yet.  Bug spotted by Harry Gebel.
parent 78d7f6ae
......@@ -309,7 +309,7 @@ class build_ext (Command):
def get_source_files (self):
self.check_extension_list()
filenames = []
# Wouldn't it be neat if we knew the names of header files too...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment