diff options
author | Megan Sosey <sosey@stsci.edu> | 2021-02-19 17:59:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 17:59:48 -0500 |
commit | f7ef1e659e0a2107f738f1ee8dfac04648ae3b6f (patch) | |
tree | fca95cde8d89dda8ebd7079215e16d755b6f940f /hstaxe/bld.bat | |
parent | 87d8dc3f55b16c143e68183a721c44ad6c6267ad (diff) | |
download | astroconda-contrib-f7ef1e659e0a2107f738f1ee8dfac04648ae3b6f.tar.gz |
add hstaxe to package list (#685)
* add hstaxe to package list
* Update build requirements
* update release to 1.0.0
Co-authored-by: Joseph Hunkeler <jhunkeler@gmail.com>
Diffstat (limited to 'hstaxe/bld.bat')
-rw-r--r-- | hstaxe/bld.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hstaxe/bld.bat b/hstaxe/bld.bat new file mode 100644 index 0000000..6d5f099 --- /dev/null +++ b/hstaxe/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt |