# -*- python -*-
from lsst.sconsUtils import scripts
# Python-only package
# Must explicitly define the version location because of the underscore.
scripts.BasicSConstruct("daf_butler_migrate", disableCc=True, noCfgFile=True,
                        versionModuleName="python/lsst/daf/butler_migrate/version.py")
