Commit 004c438b authored by Jason Madden's avatar Jason Madden

Need to explicitly include coveragsite/sitecustomize.py

parent 302fdfb2
......@@ -343,6 +343,9 @@ def run_setup(ext_modules):
'*.crt',
'*.txt',
'*.key',
# We have a few .py files that aren't technically in packages;
# This one enables coverage for testing.
'coveragesite/*.py',
]
},
ext_modules=ext_modules,
......
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