Commit c9587fe3 authored by Jason R. Coombs's avatar Jason R. Coombs

Try running bootstrap in subprocess in order to be in the project root.

parent b6bf7557
......@@ -21,6 +21,9 @@
# hack to run the bootstrap script so that jaraco.packaging.sphinx
# can invoke setup.py
import subprocess
import sys
subprocess.Popen([sys.executable, 'bootstrap.py'], cwd='..')
exec(open('../bootstrap.py').read())
# -- General configuration -----------------------------------------------------
......
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