mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-04 01:04:41 +00:00
25 lines
345 B
INI
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}
|
|
|