Skip to content
Snippets Groups Projects
Select Git revision
  • 54800209ec5723fc167682f6714a75035e30b114
  • master default protected
  • develop protected
  • bob_em_train
  • v3.3.1
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.4
  • v3.0.3
  • v3.0.2
  • v3.0.1
  • v3.0.0
  • v2.1.8
  • v2.1.7
  • v2.1.7b0
  • v2.1.6
  • v2.1.5
  • v2.1.4
  • v2.1.3
  • v2.1.2
  • v2.1.1
  • v2.1.0
  • v2.0.13
24 results

buildout.cfg

Blame
  • buildout.cfg 220 B
    ; vim: set fileencoding=utf-8 :
    ; Mon 15 Aug 2016 09:48:28 CEST
    
    [buildout]
    parts = scripts
    develop = .
    eggs = bob.learn.em
    extensions = bob.buildout
    newest = false
    verbose = true
    
    [scripts]
    recipe = bob.buildout:scripts