mirror of
https://github.com/kennethreitz-archive/chishop.git
synced 2026-06-05 23:40:18 +00:00
16 lines
349 B
INI
16 lines
349 B
INI
[buildout]
|
|
parts = django
|
|
find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz
|
|
unzip = true
|
|
eggs = pkginfo
|
|
django-registration==0.8-alpha-1
|
|
|
|
[django]
|
|
recipe = djangorecipe
|
|
version = 1.1.1
|
|
settings = settings
|
|
eggs = ${buildout:eggs}
|
|
test = djangopypi
|
|
project = chishop
|
|
wsgi = true
|