diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 08:20:33 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 08:20:33 -0500 |
commit | bea49ef76ddbb160cc8de8aef0b3472b2a884d2e (patch) | |
tree | 184533df78faf8180fca199826234350c8f9a513 /epydoc/build.sh | |
parent | ad50f806468919963f600f6575fb4e1df481d2b0 (diff) | |
download | astroconda-etc-bea49ef76ddbb160cc8de8aef0b3472b2a884d2e.tar.gz |
epydoc was likly removed with the python3 upgrade
Diffstat (limited to 'epydoc/build.sh')
-rw-r--r-- | epydoc/build.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/epydoc/build.sh b/epydoc/build.sh deleted file mode 100644 index 3f50b74..0000000 --- a/epydoc/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -$PYTHON setup.py install - -# Add more build steps here, if they are necessary. - -# See -# http://docs.continuum.io/conda/build.html -# for a list of environment variables that are set during the build process. |