summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8540a3d02a93b74884eb1aa2c2118ee1a951ad53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[aliases]
distribute = register sdist bdist_wheel upload
dev = develop easy_install webob[testing]
docs = develop easy_install webob[docs]

[nosetests]
detailed-errors = True
cover-erase=True
cover-package=webob
nocapture=True

[wheel]
universal = 1