mirror of
https://github.com/pinry/pinry.git
synced 2026-01-16 04:02:05 +01:00
23 lines
281 B
INI
23 lines
281 B
INI
[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
|