]> git.phdru.name Git - cookiecutter.git/blob - project_template/setup.cfg
Fix(mk-project): `sed` requires `s` for substitute
[cookiecutter.git] / project_template / setup.cfg
1 [bdist_wheel]
2 universal = 1
3
4 [easy_install]
5 find_links = https://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,.tox,docs/conf.py
15