Skip to content

Commit d8741b0

Browse files
committed
Change the name of the package from alinea to openalea
1 parent a218747 commit d8741b0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

conda/meta.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set data = load_setup_py_data() %}
22

33
package:
4-
name: alinea.astk
4+
name: openalea.astk
55
version: {{ data.get('version') }}
66

77
source:
@@ -11,18 +11,17 @@ build:
1111
noarch: python
1212
preserve_egg_dir: True
1313
number: 1
14-
script: python setup.py install #--single-version-externally-managed --record=record.txt
14+
script: python setup.py install
1515

1616
requirements:
1717
build:
1818
- python
1919
- setuptools
2020

2121
run:
22-
- python >=3.6
22+
- python >=3.7
2323
- openalea.plantgl
2424
- pvlib-python
25-
- six
2625

2726
test:
2827
requires:
@@ -38,5 +37,5 @@ test:
3837
about:
3938
home: http://github.com/openalea-incubator/astk
4039
license: CeCILL_C
41-
summary: The Alinea.astk package provides utilities for simulation of FSPM models.
40+
summary: The openalea.astk package computes sun irradiance according to sun position, and manage weather data.
4241

0 commit comments

Comments
 (0)