You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [buildout]
- parts =
- python
- django
- develop = .
- eggs = pinry
-
- [versions]
- django = 1.5
-
- [django]
- recipe = djangorecipe
- settings = settings.development
- project = pinry
- eggs = ${buildout:eggs}
-
- [python]
- recipe = zc.recipe.egg
- interpreter = py
- eggs =
- ${buildout:eggs}
- distribute
|