summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: abaed8ff856decf0671c5f7fd113196c9656f440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

[aliases]
test = trial

[pep8]
exclude = versioneer.py,_version.py,*.egg,build,dist,docs
ignore = E731

[flake8]
exclude = versioneer.py,_version.py,*.egg,build,dist,docs
ignore = E731