Skip to content

Commit

Permalink
add run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Sep 27, 2024
1 parent 375c384 commit c8e3237
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipes/snakeobjects/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ source:
sha256: 056d8edff46015a6813047f327ca1888c88ee012707e9400d6297e4eb7b00cf7

build:
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir -vvv .
noarch: python
number: 0
entry_points:
- sobjects = snakeobjects.cli:cli
run_exports:
- {{ pin_subpackage('snakeobjects', max_pin="x") }}

requirements:
host:
Expand All @@ -34,7 +36,9 @@ about:
home: https://github.com/iossifovlab/snakeobjects
summary: Snakeobjects, an object-oriented workflow management system based on snakemake
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/iossifovlab/snakeobjects

extra:
maintainers:
Expand Down

0 comments on commit c8e3237

Please sign in to comment.