# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConstruct(
    "ctrl_bps_parsl",
    versionModuleName="python/lsst/ctrl/bps/parsl/version.py",
    noCfgFile=True,
    disableCc=True,
)
