diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 20:05:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 20:05:39 -0500 |
commit | 0384d972748a2d398fd02be2b1a7c1936df4ef75 (patch) | |
tree | 33ccf749681b978e23ba041403e41feb61798856 | |
parent | 2b630be7f5431f4f48f232d53a5a9d9d923ec31d (diff) | |
download | astroconda-dev-0384d972748a2d398fd02be2b1a7c1936df4ef75.tar.gz |
stwcs: setuptools->pypi->d2to1+stsci.distutils!=winning (#83)
-rw-r--r-- | stwcs/build.sh | 2 | ||||
-rw-r--r-- | stwcs/meta.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/stwcs/build.sh b/stwcs/build.sh index 5a5aeeb..6152189 100644 --- a/stwcs/build.sh +++ b/stwcs/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=null.txt diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 6f4500c..abd024d 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -21,6 +21,7 @@ requirements: build: - astropy >=1.1 - lxml + - pytest - requests - stsci.tools - setuptools |