summaryrefslogtreecommitdiff
path: root/mechanize/bld.bat
diff options
context:
space:
mode:
Diffstat (limited to 'mechanize/bld.bat')
-rw-r--r--mechanize/bld.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/mechanize/bld.bat b/mechanize/bld.bat
deleted file mode 100644
index 9146a4b..0000000
--- a/mechanize/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.