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/bld.bat | |
parent | ad50f806468919963f600f6575fb4e1df481d2b0 (diff) | |
download | astroconda-etc-bea49ef76ddbb160cc8de8aef0b3472b2a884d2e.tar.gz |
epydoc was likly removed with the python3 upgrade
Diffstat (limited to 'epydoc/bld.bat')
-rw-r--r-- | epydoc/bld.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/epydoc/bld.bat b/epydoc/bld.bat deleted file mode 100644 index 9146a4b..0000000 --- a/epydoc/bld.bat +++ /dev/null @@ -1,8 +0,0 @@ -"%PYTHON%" setup.py install -if errorlevel 1 exit 1 - -:: 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. |