aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 0941bedb3fa2eda5b29ee180ee549700e0ad2463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -- 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