django-uuslug/buildout.cfg
2011-10-26 15:34:25 -04:00

25 lines
345 B
INI

[buildout]
parts = python
django
develop = .
eggs = django-uuslug
Django
[versions]
django = 1.3.1
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[django]
recipe = djangorecipe
projectegg = uuslug
project = uuslug
settings = testsettings
test = uuslug
testrunner = test
eggs = ${buildout:eggs}