From fe7c80ee0a49d83fdd378de90c0c6752f0a12c1b Mon Sep 17 00:00:00 2001 From: ovesh Date: Fri, 23 Aug 2024 05:37:25 -0700 Subject: [PATCH] chore: fix docs link on anaconda.org (#32) --- README.md | 2 +- recipe/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00f421a..cbcc88f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Package license: Apache-2.0 Summary: GenomeKit is a Python library for fast and easy access to genomic resources such as sequence, data tracks, and annotations. -Documentation: https://genomekit.readthedocs.io/ +Documentation: https://deepgenomics.github.io/GenomeKit/ Current build status ==================== diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e499ade..e648b7e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: e017b10f4df05a0215d39e981524bcb9518ae857f05339214d66ddf510ab0630 build: - number: 0 + number: 1 script: {{ PYTHON }} -m pip install --no-deps --ignore-installed . skip: true # [py>310 or py<38] @@ -56,7 +56,7 @@ test: - python -m unittest discover about: - doc_url: https://genomekit.readthedocs.io/ + doc_url: https://deepgenomics.github.io/GenomeKit/ home: https://github.com/deepgenomics/GenomeKit license: "Apache-2.0" license_file: "LICENSE"