Skip to content

Commit

Permalink
update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 12, 2024
1 parent 436d211 commit dbfc484
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build:
preserve_egg_dir: True
number: 2
script: {{PYTHON}} setup.py install #--single-version-externally-managed --record=record.txt
#script: {{ PYTHON }} -m pip install .

requirements:
build:
Expand Down Expand Up @@ -42,5 +43,12 @@ test:
about:
home: {{ data.get('url') }}
license: CeCILL-C
license_family: CeCILL
summary: {{ data.get('description') }}
description: {{ data.get('long_description') }}
doc_url: http://github.com/openalea/mtg
dev_url: http://github.com/openalea/mtg

extra:
recipe-maintainers:
- https://github.com/pradal

0 comments on commit dbfc484

Please sign in to comment.