]> git.phdru.name Git - sqlconvert.git/blob - setup.cfg
Exclude ez_setup.py from flake8 testing
[sqlconvert.git] / setup.cfg
1 [bdist_wheel]
2 universal = 1
3
4 [easy_install]
5 find_links = http://phdru.name/Software/Python/
6 optimize = 2
7
8 [egg_info]
9 tag_build = 
10 tag_date = 0
11 tag_svn_revision = 0
12
13 [flake8]
14 exclude = .git,docs/conf.py,ez_setup.py