buildout.cfg 560 Bytes
Newer Older
1 2
[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
3
  ../lxml-python/buildout.cfg
4 5 6 7

parts =
  cloudooo

8 9 10 11 12 13
sources = sources

[sources]
# Include information related to official cloudooo source code.
cloudooo = git http://git.erp5.org/repos/cloudooo.git

14
[lxml-python]
15 16 17 18 19 20 21
python = python2.6

[cloudooo]
recipe = zc.recipe.egg
python = python2.6
eggs =
  ${lxml-python:egg}
22 23
  cloudooo
  PasteScript
24
  python-magic
25 26 27 28
entry-points =
  cloudooo_tester=cloudooo.bin.cloudooo_tester:main
  runCloudoooUnitTest=cloudooo.tests.runHandlerUnitTest:run

29 30
scripts =
  paster=cloudooo_paster
31
  runCloudoooUnitTest