Michael Merickel
2018-10-26 035f6cf8238211d097c991677fde6b5bc046a57b
commit | author | age
612d74 1 [easy_install]
5b2abc 2 zip_ok = false
b07cfe 3
CM 4 [nosetests]
f9da0b 5 match = ^test
2e7a9a 6 tests = tests
f9da0b 7 nocapture = 1
b07cfe 8
a3744b 9 [aliases]
CM 10 dev = develop easy_install pyramid[testing]
aca78f 11 docs = develop easy_install pyramid[docs]
011757 12
CM 13 [bdist_wheel]
14 universal = 1
15
2ea4b0 16 [metadata]
MM 17 license_file = LICENSE.txt
18
e42ba5 19 [check-manifest]
MM 20 ignore =
21     .gitignore
22     PKG-INFO
23     *.egg-info
24     *.egg-info/*
25 ignore-default-rules = true
26 ignore-bad-ideas =
87c9d9 27     tests/pkgs/localeapp/*