Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plotly/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python setup.py install
1 change: 1 addition & 0 deletions plotly/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python setup.py install
26 changes: 26 additions & 0 deletions plotly/meta.yaml
Original file line number Diff line number Diff line change
@@ -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.