-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetainfo.ini
35 lines (29 loc) · 923 Bytes
/
metainfo.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metainfo]
name=ndarray
version=0.8
authors= Julien Diener
description= Tools for numpy ndarray
long_description= Package that provides stuff on top of numpy and scipy. Require numpy and scipy.
url= https://sites.google.com/site/juliendiener/
license= BSD
; dependencies=[scipy 0.11, numpy]
;[metainfo]
;version=1.0.0
;release=1.0
;; must be in [openalea, vplants, alinea]
;project= vplants
;; the filename of the egg
;name= VPlants.Rhizoscan
;; default namespace
;namespace= vplants
;; package is going to be used by Sphinx to create the title
;package= Rhizoscan
;
;description= RhizoScan package for VPlants.
;long_description= The VPlants.RhizoScan package provide tools to analyse Root System Architecture from image data set.
;url=http://openalea.gforge.inria.fr
;license= Cecill-C
;authors= Julien Diener
;authors_email= julien.diener@inria.fr
;
;; dependencies=[scipy 0.11, scikit-image 0.7.1, Cython 0.16]