From 81c79895edc80966924d84c0491458a5076e3b3b Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sat, 21 Sep 2024 20:13:51 +0200 Subject: [PATCH] Correct README reference in pyproject File suffix was changed, reference was forgotten to be updated. Fixes: eaf8f6085eaf ("Add proper README") Signed-off-by: Georg Pfuetzenreuter --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f006c0c..82b666c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ version = '0.0.1' authors = [ { name='Georg Pfuetzenreuter', email='georg+python@lysergic.dev' }, ] -readme = 'README.txt' +readme = 'README.md' requires-python = '>=3.6' [tool.hatch.build.targets.pyacl]