Commit df1215d9 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by Stefan Behnel

Add module name to metadata.

parent 73319c3c
......@@ -741,7 +741,7 @@ def create_extension_list(patterns, exclude=None, ctx=None, aliases=None, quiet=
**kwds))
if extra_sources:
kwds['sources'] = extra_sources
module_metadata[module_name] = {'distutils': kwds}
module_metadata[module_name] = {'distutils': kwds, 'module_name': module_name}
m = module_list[-1]
seen.add(name)
return module_list, module_metadata
......
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