Skip to content
Snippets Groups Projects
Select Git revision
  • 8e82a77cc5b7d57436879bf943d765085bfed517
  • master default protected
  • v2.0.19
  • v2.0.18
  • v2.0.17
  • v2.0.16
  • v2.0.15
  • v2.0.14
  • v2.0.13
  • v2.0.12
  • v2.0.11
  • v2.0.10
  • v2.0.9
  • v2.0.8
  • v2.0.7
  • v2.0.6
  • v2.0.5
  • v2.0.4
  • v2.0.3
  • v2.0.2
  • v2.0.1
  • v2.0.0
22 results

buildout.cfg

Blame
  • buildout.cfg 180 B
    ; vim: set fileencoding=utf-8 :
    ; Mon 16 Apr 08:29:18 2012 CEST
    
    [buildout]
    parts = scripts
    develop = .
    eggs = bob.devtools
    newest = false
    
    [scripts]
    recipe = bob.buildout:scripts