diff --git a/bld.bat b/bld.bat deleted file mode 100644 index 9146a4bf8a1..00000000000 --- a/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. diff --git a/build.sh b/build.sh deleted file mode 100644 index 3f50b74e1bf..00000000000 --- a/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. diff --git a/build_for_conda.md b/build_for_conda.md deleted file mode 100644 index 57a2480e602..00000000000 --- a/build_for_conda.md +++ /dev/null @@ -1,19 +0,0 @@ -Initial setup was done using: - -`conda skeleton pypi plotly --version 1.12.4` - -To test all imports, manually added following dependencies at runtime: -``` -- matplotlib -- numpy -- ipython -- ipywidgets -``` - -I also had to change all `module/submodule` in the test imports to `module.submodule`. - -Finally, build and test the created version: - -`conda build plotly` - -Currently, the updated (version 1.12.4) conda package sits at https://anaconda.org/chohner/plotly. There seems to be an old offial package at https://anaconda.org/plotly/plotly.