diff --git a/recipes/snakedeploy/meta.yaml b/recipes/snakedeploy/meta.yaml index 9402051c870cb..0ade185a5e11c 100644 --- a/recipes/snakedeploy/meta.yaml +++ b/recipes/snakedeploy/meta.yaml @@ -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") }} @@ -24,6 +24,7 @@ requirements: - python >=3.8 run: - python >=3.8 + - setuptools - jinja2 - pandas - requests @@ -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: