Michael Merickel
2018-10-18 e4c0570d5c67ddf0ad9502169b59475ba0784d82
setup.cfg
@@ -1,11 +1,27 @@
[easy_install]
zip_ok = false
index_url = http://dist.repoze.org/bfg/current/simple
[nosetests]
match=^test
nocapture=1
cover-package=repoze.bfg
with-coverage=1
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/*