summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3e10bb55b510c8074aa783eb077fe5a4291628e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[easy_install]
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/*