Guest User

Untitled

a guest
Jun 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ############################################
  2. # Eggs
  3. # ----
  4. # Add an indented line to the eggs section for any Python
  5. # eggs or packages you wish to include.
  6. #
  7.  
  8. eggs =
  9. Plone
  10. Products.PloneFlashUpload
  11.  
  12. [client1]..
  13. ......
  14. eggs =
  15. ${buildout:eggs}
  16. p4a.plonecalendar
  17.  
  18.  
  19. # If you want to register ZCML slugs for any packages, list them here.
  20. # e.g. zcml = my.package my.other.package
  21. zcml =
  22. ${buildout:zcml}
  23. p4a.plonecalendar-meta
  24. p4a.plonecalendar
  25. p4a.ploneevent
Add Comment
Please, Sign In to add comment