X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.cfg;h=5534ec0f2fe92633584f1b7caf13fe726c526017;hp=bc172400dbde21f55d8ec9c34ee7afcf0a2e269d;hb=038541bf69dc4aee1f74fa72bddb1f9c13c16cd0;hpb=f3a77fb183a5d87ad6118547ec76632af59d36a7 diff --git a/project_template/setup.cfg b/project_template/setup.cfg index bc17240..5534ec0 100644 --- a/project_template/setup.cfg +++ b/project_template/setup.cfg @@ -2,6 +2,14 @@ universal = 1 [easy_install] +find_links = http://phdru.name/Software/Python/ +optimize = 2 + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 [flake8] -exclude = .git +exclude = .git,.tox,ez_setup.py,docs/conf.py +