summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 81cfbb17591cf00e6c27f032c3f4ed6c8c036fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[easy_install]
zip_ok = false

[nosetests]
match=^test
nocapture=1
cover-package=waitress
cover-erase=1

[bdist_wheel]
universal = 1

[aliases]
dev = develop easy_install waitress[testing]
docs = develop easy_install waitress[docs]