Michael Merickel
2018-10-18 f28dbb0ba8d276fad10a3cd25e4d60b298702d83
setup.cfg
@@ -2,9 +2,26 @@
zip_ok = false
[nosetests]
match=^test
where=pyramid
nocapture=1
cover-package=pyramid
cover-erase=1
match = ^test
tests = tests
nocapture = 1
[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.txt
[check-manifest]
ignore =
    .gitignore
    PKG-INFO
    *.egg-info
    *.egg-info/*
ignore-default-rules = true
ignore-bad-ideas =
    tests/pkgs/localeapp/*