Skip to content
  • Philippe Pepiot's avatar
    Fix detecting cube name · 90cf87cb5f41
    Philippe Pepiot authored
    Cube name might not be equal to the package name stripped by 'cubicweb-'.
    For instance cubicweb-saem-ref cube name is "saem_ref", not saem-ref.
    
    Use a python script to detect the cube name using pkg_resources.
    90cf87cb5f41