Michael Merickel
2018-10-26 25737fd6a412f4fe9b780305c0260bb6e938be1b
setup.cfg
@@ -1,2 +1,27 @@
[easy_install]
index_url = http://dist.repoze.org/bfg/dev/simple
zip_ok = false
[nosetests]
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/*