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

[nosetests]
match=^test
where=waitress
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]