]> git.phdru.name Git - sqlconvert.git/blob - setup.cfg
Fix doc title
[sqlconvert.git] / setup.cfg
1 [bdist_wheel]
2 universal = 1
3
4 [easy_install]
5 optimize = 2
6
7 [egg_info]
8 tag_build = 
9 tag_date = 0
10 tag_svn_revision = 0
11
12 [flake8]
13 exclude = .git,.tox,docs/conf.py
14