Skip to content

Commit c9b31a3

Browse files
committed
complete a few keys in meta.yaml/about
1 parent 32aa150 commit c9b31a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

condarecipe/larray/meta.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source:
1111
build:
1212
# If this is a new build for the same version, increment the build number
1313
number: 0
14+
# we can use this instead of explicit build scripts (bld.bat and build.sh)
1415
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"
1516

1617
requirements:
@@ -41,8 +42,11 @@ about:
4142
license_family: GPL
4243
license_file: COPYING
4344
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
4650

4751
extra:
4852
recipe-maintainers:

0 commit comments

Comments
 (0)