diff --git a/SConstruct b/SConstruct index 89ccd15..92a3ebb 100644 --- a/SConstruct +++ b/SConstruct @@ -1,4 +1,4 @@ # -*- python -*- from lsst.sconsUtils import scripts -scripts.BasicSConstruct("ap_verify", disableCc=True) - +# Python-only package +scripts.BasicSConstruct("ap_verify", disableCc=True, noCfgFile=True) diff --git a/ups/ap_verify.build b/ups/ap_verify.build deleted file mode 100644 index 994ee85..0000000 --- a/ups/ap_verify.build +++ /dev/null @@ -1,2 +0,0 @@ -@LSST BUILD@ && -build_lsst @PRODUCT@ @VERSION@ @REPOVERSION@ \ No newline at end of file diff --git a/ups/ap_verify.cfg b/ups/ap_verify.cfg deleted file mode 100644 index 4f9558d..0000000 --- a/ups/ap_verify.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# -*- python -*- - -import lsst.sconsUtils - -dependencies = { -} - -config = lsst.sconsUtils.Configuration( - __file__, - hasDoxygenInclude=False, - hasSwigFiles=False, -) \ No newline at end of file