File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ source:
11
11
build :
12
12
# If this is a new build for the same version, increment the build number
13
13
number : 0
14
+ # we can use this instead of explicit build scripts (bld.bat and build.sh)
14
15
script : " {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"
15
16
16
17
requirements :
@@ -41,8 +42,11 @@ about:
41
42
license_family : GPL
42
43
license_file : COPYING
43
44
summary : " Labeled N-dimensional array."
44
- # doc_url:
45
- # dev_url:
45
+ description : |
46
+ LArray is open source Python library that aims to provide tools for
47
+ easy exploration and manipulation of N-dimensional labelled data structures.
48
+ doc_url : http://larray.readthedocs.io/
49
+ dev_url : http://github.com/larray-project/larray
46
50
47
51
extra :
48
52
recipe-maintainers :
You can’t perform that action at this time.
0 commit comments