Skip to content

Commit 21ee7ca

Browse files
committed
add run_exports for vafator
1 parent ef78596 commit 21ee7ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes/vafator/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "vafator" %}
2-
{% set version = "2.2.0" %}
2+
{% set version = "2.2.2" %}
33

44
package:
55
name: "{{ name|lower }}"
@@ -18,6 +18,8 @@ build:
1818
- vafator2decifer=vafator.command_line:vafator2decifer
1919
- hatchet2bed=vafator.command_line:hatchet2bed
2020
script: "{{ PYTHON }} -m pip install . -vv"
21+
run_exports:
22+
- {{ pin_subpackage('vafator', max_pin="x") }}
2123

2224
requirements:
2325
host:

0 commit comments

Comments
 (0)