Skip to content

Commit

Permalink
minor edit to conda file
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Dec 11, 2023
1 parent 4271c7d commit bb8bf73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% set version = "0.5.0" %}
{% set version = "0.5.1" %}
package:
name: mopper
version: {{ version }}

#source:
# path: ../.
# path: ./

source:
#url: https://github.com/ACCESS-Hive/ACCESS-MOPPeR/archive/refs/tags/{{version}}.tar.gz
Expand Down Expand Up @@ -37,10 +37,10 @@ requirements:
- python-dateutil
test:
source_files:
- testdata
- tests/testdata

about:
home: https://github.com/ACCESS-Hive/ACCESS-MOPPeR
license: Apache 2.0
license_file: LICENSE-2.0.txt
#license_file: LICENSE.txt
summary: 'ACCESS-MOPPeR post-process ACCESS raw model output to ESGF data standards'

0 comments on commit bb8bf73

Please sign in to comment.