From 3f00561f606a20af46e88c7c4ef8e3c33be98fe4 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Thu, 27 Apr 2023 11:51:42 -0400 Subject: [PATCH] docs: update readme on PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ae2f57..2f939b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] dynamic = ["version"] -readme = "docs/introduction.md" +readme = "README.md" license = { text = "MIT License" } requires-python = ">=3.8.10,<4.0"