blob: 0941bedb3fa2eda5b29ee180ee549700e0ad2463 [file] [log] [blame]
# -- CONVENIENCE: Use pytest-runner (ptr) as test runner.
[aliases]
docs = build_sphinx
test = pytest
[build_sphinx]
source-dir = docs/
build-dir = build/docs
builder = html
all_files = true
[easy_install]
# set the default location to install packages
# install_dir = eggs
# find_links = https://github.com/jenisys/parse_type
[upload_docs]
upload-dir = build/docs/html
[bdist_wheel]
universal = 1