projects
/
cookiecutter.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update: makefiles, sphinx docs, tests
[cookiecutter.git]
/
project_template
/
setup.cfg
diff --git
a/project_template/setup.cfg
b/project_template/setup.cfg
index bc172400dbde21f55d8ec9c34ee7afcf0a2e269d..1872c407f00d02299caaccbf0c49a905a1b75786 100644
(file)
--- 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,docs/conf.py
+