From 7518c2841984d24752208c536800fafb15e4ea9a Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Sun, 9 Jul 2023 21:26:47 -0700 Subject: [PATCH] fix pyproject.toml to use rst readme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50dafea..5f632e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [ { name="biocommons contributors", email="biocommons-dev@googlegroups.com" }, ] description = "miscellaneous simple bioinformatics utilities and lookup tables" -readme = "README.md" +readme = "README.rst" license = { file="LICENSE.txt" } requires-python = ">=3.8" classifiers = [