X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.cfg;h=ab2e67721139c0a51da5e80eaa654a9e4b630227;hp=1872c407f00d02299caaccbf0c49a905a1b75786;hb=25038de79ea50c08585345522f860f13e9224857;hpb=d15f85bc0e619e222f849804eec6c30e7c762c90 diff --git a/project_template/setup.cfg b/project_template/setup.cfg index 1872c40..ab2e677 100644 --- a/project_template/setup.cfg +++ b/project_template/setup.cfg @@ -2,7 +2,7 @@ universal = 1 [easy_install] -find_links = http://phdru.name/Software/Python/ +find_links = https://phdru.name/Software/Python/ optimize = 2 [egg_info] @@ -11,5 +11,5 @@ tag_date = 0 tag_svn_revision = 0 [flake8] -exclude = .git,docs/conf.py +exclude = .git,.tox,docs/conf.py