Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayramr authored Oct 16, 2024
1 parent f8d9b00 commit 152fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/telosearchlr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
script: mkdir -p $PREFIX/bin ; chmod a+x *.py ; mv *.py $PREFIX/bin
run_exports:
- {{ pin_subpackage('telosearchlr', max_pin="x") }}

Expand Down

0 comments on commit 152fcfc

Please sign in to comment.