Commit 52c58bed authored by Jason R. Coombs's avatar Jason R. Coombs

Add hack to invoke bootstrap script so that setup.py --version can be invoked.

parent 23d74941
......@@ -18,6 +18,11 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
# hack to run the bootstrap script so that jaraco.packaging.sphinx
# can invoke setup.py
exec(open('../bootstrap.py').read())
# -- General configuration -----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions
......
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