Skip to content

Commit

Permalink
setuptools is no longer pulled in by python?
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 10, 2024
1 parent dad3d6d commit f004eb0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes/snakedeploy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
noarch: python
entry_points:
- snakedeploy=snakedeploy.client:main
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --use-pep517 -vvv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv
run_exports:
- {{ pin_subpackage('snakedeploy', max_pin="x.x") }}

Expand All @@ -24,6 +24,7 @@ requirements:
- python >=3.8
run:
- python >=3.8
- setuptools
- jinja2
- pandas
- requests
Expand All @@ -36,16 +37,14 @@ test:
imports:
- snakedeploy
commands:
- pip check
- snakedeploy --help
requires:
- pip

about:
home: https://github.com/snakemake/snakedeploy
summary: Helper for deploying published Snakemake pipelines
summary: "Helper for deploying published Snakemake pipelines."
license: MPL-2.0
license_file: LICENSE
dev_url: https://github.com/snakemake/snakedeploy

extra:
recipe-maintainers:
Expand Down

0 comments on commit f004eb0

Please sign in to comment.