1# -- CONVENIENCE: Use pytest-runner (ptr) as test runner. 2[aliases] 3docs = build_sphinx 4test = pytest 5 6[build_sphinx] 7source-dir = docs/ 8build-dir = build/docs 9builder = html 10all_files = true 11 12[easy_install] 13# set the default location to install packages 14# install_dir = eggs 15# find_links = https://github.com/jenisys/parse_type 16 17[upload_docs] 18upload-dir = build/docs/html 19 20[bdist_wheel] 21universal = 1 22