From 7d53eeafe04b8ad07d9b929faecc3ae685b3f418 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 26 Dec 2023 14:13:10 -0500 Subject: [PATCH] add URLs --- README.md | 2 +- setup.cfg | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d400cf8..e50042c4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ CoolSeqTool is available on [PyPI](https://pypi.org/project/cool-seq-tool) python3 -m pip install cool-seq-tool ``` -See the [installation instructions](#) in the documentation for a description of dependency setup requirements. +See the [installation instructions](https://coolseqtool.readthedocs.io/en/latest/install.html) in the documentation for a description of dependency setup requirements. --- diff --git a/setup.cfg b/setup.cfg index 14ba77ef..d3ac9f96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,15 @@ [metadata] name = cool_seq_tool -description = Common Operations On Lots of Sequences Tool +description = "Common Operations On Lots of Sequences Tool" long_description = file:README.md long_description_content_type = text/markdown author = Wagner Lab, Nationwide Childrens Hospital -home_page = https://github.com/GenomicMedLab/cool-seq-tool +home_page = "https://github.com/GenomicMedLab/cool-seq-tool" +project_urls = + Documentation = "https://coolseqtool.readthedocs.io/en/latest/index.html" + Changelog = "https://github.com/genomicmedlab/cool-seq-tool/releases" + Source = "https://github.com/genomicmedlab/cool-seq-tool" + Tracker = "https://github.com/genomicmedlab/cool-seq-tool/issues" license = MIT [options]