diff --git a/meta.yaml b/meta.yaml index eee1e64..b01295a 100644 --- a/meta.yaml +++ b/meta.yaml @@ -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