diff options
author | P. L. Lim <lim@stsci.edu> | 2016-07-28 15:16:29 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-28 15:16:29 -0400 |
commit | a48290ebfa6759559e684153292511ba2b7344d7 (patch) | |
tree | d5bb5fc79d6f0e490e8b3dd1d8d6d03c856e0ed3 /acstools/bld.bat | |
parent | 8887fbc0cdd74bb06a1e74cd51ed121127377df9 (diff) | |
download | astroconda-contrib-a48290ebfa6759559e684153292511ba2b7344d7.tar.gz |
Updated acstools recipe to support 2.0.4 (#46)
* Updated acstools recipe to support 2.0.3
* Bump release to 2.0.4 to fix build error
* Remove setuptools from run field as suggested by Joe
Diffstat (limited to 'acstools/bld.bat')
-rw-r--r-- | acstools/bld.bat | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/acstools/bld.bat b/acstools/bld.bat index d1ddf28..98bf5c5 100644 --- a/acstools/bld.bat +++ b/acstools/bld.bat @@ -1,7 +1,2 @@ - -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 -if errorlevel 1 exit 1 - python setup.py install || exit 1 -if errorlevel 1 exit 1
\ No newline at end of file +if errorlevel 1 exit 1 |