Michael Merickel
2018-10-26 9c086aac7c53399506eb68f29b296ebbfb8e29d4
setup.cfg
@@ -1,2 +1,27 @@
[easy_install]
index_url = http://dist.repoze.org/lemonade/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/*