From cd50eb3ea3fe50bb94cad2257fd5cfc7f8c14e77 Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Tue, 7 Feb 2023 11:24:57 -0500 Subject: [PATCH] Fix another typo in pyproject.toml (#1508) (#1510) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8443184c..e18d2fde4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = """ to remove cosmic rays, and generally to improve the fidelity of data in the final image. """ -readme = { file = 'README.md', content-type = 'test/x-rst' } +readme = { file = 'README.md', content-type = 'text/x-rst' } requires-python = '>=3.8' license = { file = "LICENSE.txt" } authors = [{ name = 'Megan Sosey' }, { name = 'Warren Hack' }, { name = 'Christopher Hanley' }, { name = 'Chris Sontag' }, { name = 'Mihai Cara' }]