Skip to content

Commit

Permalink
fix meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
billyz313 committed Mar 14, 2024
1 parent 608645b commit 4e7e343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
File renamed without changes.
14 changes: 5 additions & 9 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ source:
git_url: https://github.com/SERVIR/ClimateSERVpy

build:
number: 2
noarch: python
number: 0
script: python -m pip install .

requirements:
build:
- setuptools
host:
- python
- pip
run:
- python
- requests
- wheel

about:
home: https://github.com/SERVIR/ClimateSERVpy
Expand All @@ -28,8 +28,4 @@ about:

extra:
recipe-maintainers:
- SERVIR

test:
commands:
- pytest
- SERVIR

0 comments on commit 4e7e343

Please sign in to comment.