summaryrefslogtreecommitdiff
path: root/epydoc/bld.bat
diff options
context:
space:
mode:
authorJoseph Curtin <jcurtin@stsci.edu>2020-02-13 08:20:33 -0500
committerJoseph Curtin <jcurtin@stsci.edu>2020-02-13 08:20:33 -0500
commitbea49ef76ddbb160cc8de8aef0b3472b2a884d2e (patch)
tree184533df78faf8180fca199826234350c8f9a513 /epydoc/bld.bat
parentad50f806468919963f600f6575fb4e1df481d2b0 (diff)
downloadastroconda-etc-bea49ef76ddbb160cc8de8aef0b3472b2a884d2e.tar.gz
epydoc was likly removed with the python3 upgrade
Diffstat (limited to 'epydoc/bld.bat')
-rw-r--r--epydoc/bld.bat8
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.