]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/setup.cfg
Fix copy/paste in .gitignore
[cookiecutter.git] / project_template / setup.cfg
index bc172400dbde21f55d8ec9c34ee7afcf0a2e269d..bb7cd948cf94e127c3893a6d3858d66389b6a8f0 100644 (file)
@@ -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,ez_setup.py,docs/conf.py
+