blob: 8754805949837b30b582c9dd24d5a603d6ce8a2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[easy_install]
zip_ok = false
[nosetests]
match=^test
where=pyramid
nocapture=1
[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]
[bdist_wheel]
universal = 1
|