Skip to content

Commit

Permalink
fix up some project-related aspects of this buildout and repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cewing committed Sep 21, 2015
1 parent f83503e commit 0b7167e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ htmlcov/
*.log
output.xml
*.swp
*.sublime-project
*.sublime-workspace
19 changes: 19 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ parts =
test
code-analysis
releaser
omelette
zopepy
develop = .


Expand Down Expand Up @@ -58,6 +60,23 @@ recipe = zc.recipe.egg
eggs = i18ndude


[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
ignore-develop = true


[zopepy]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/zc.recipe.egg
recipe = zc.recipe.egg
eggs =
${instance:eggs}
interpreter = zopepy
scripts =
zopepy


[versions]
zc.buildout = 2.2.5
zc.recipe.egg = 2.0.1
Expand Down

0 comments on commit 0b7167e

Please sign in to comment.