Skip to content

Commit

Permalink
make the package noarch generic
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalieris committed Mar 8, 2019
1 parent 890627c commit 05d999d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ requirements:
- conda

build:
noarch: python
number: 1
noarch: generic
script: # See https://github.com/conda/conda-build/issues/3166
- mkdir -p "$PREFIX/bin"
- cp conda-tree.py "$PREFIX/bin/conda-tree"

test:
commands:
- conda-tree -h

about:
home: https://github.com/rvalieris/conda-tree
license: MIT
Expand Down

0 comments on commit 05d999d

Please sign in to comment.