diff --git a/plotly/bld.bat b/plotly/bld.bat new file mode 100644 index 00000000000..762d43b4007 --- /dev/null +++ b/plotly/bld.bat @@ -0,0 +1 @@ +python setup.py install diff --git a/plotly/build.sh b/plotly/build.sh new file mode 100644 index 00000000000..762d43b4007 --- /dev/null +++ b/plotly/build.sh @@ -0,0 +1 @@ +python setup.py install diff --git a/plotly/meta.yaml b/plotly/meta.yaml new file mode 100644 index 00000000000..af0e200eac2 --- /dev/null +++ b/plotly/meta.yaml @@ -0,0 +1,26 @@ +package: + name: plotly + version: "1.3.2" + +source: + git_url: https://github.com/plotly/python-api + +build: + number: 0 + +requirements: + build: + - python + - setuptools + - requests + - six + run: + - python + - setuptools + - requests + - six + +about: + home: https://plot.ly + license: MIT + summary: Python plotting library for collaborative, interactive, publication-quality graphs.