We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6014071 commit e140a28Copy full SHA for e140a28
packages/python/plotly/recipe/meta.yaml
@@ -1,16 +1,16 @@
1
-{% set data = load_setup_py_data() %}
+{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
2
{% set version = data.get('version') %}
3
4
package:
5
name: plotly
6
version: {{ version }}
7
8
source:
9
- path: ../
+ path: ../../../../
10
11
build:
12
number: 0
13
- script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"
+ script: "cd packages/python/plotly; {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"
14
noarch: python
15
16
requirements:
0 commit comments