From 07d9fff9d917b781b0104da61f7a945065dd3cad Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:10:59 -0400 Subject: [PATCH] [ci skip] ***NO_CI*** Set home and doc_url to readthedocs page and dev_url to GitHub repo (#1) * Set homepage of zen3geo to readthedocs * MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and conda-forge-pinning 2022.09.08.13.58.00 * [ci skip] Set doc_url and dev_url Optional but nice to have as per https://github.com/conda-forge/staged-recipes/blob/a706a5b4099ad46e0a3d669bd6a60bb178cd7296/recipes/example/meta.yaml#L86-L88 * MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and conda-forge-pinning 2022.09.08.13.58.00 [ci skip] ***NO_CI*** Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com> --- README.md | 6 +++++- recipe/meta.yaml | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77d4fec..74eaff4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About zen3geo ============= -Home: None +Home: https://zen3geo.readthedocs.io Package license: LGPL-3.0-or-later @@ -9,6 +9,10 @@ Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/zen3geo-feedsto Summary: The 🌏 data science library you've been waiting for~ +Development: https://github.com/weiji14/zen3geo + +Documentation: https://zen3geo.readthedocs.io + Current build status ==================== diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 63a579a..02b3a2a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,11 +33,13 @@ test: - pip about: - home: None + home: https://zen3geo.readthedocs.io summary: The 🌏 data science library you've been waiting for~ license: LGPL-3.0-or-later license_file: - LICENSE.md + doc_url: https://zen3geo.readthedocs.io + dev_url: https://github.com/weiji14/zen3geo extra: recipe-maintainers: