From 107663a9d130e7f4680c9599fd4a34ffc5c3da0d Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 1 Nov 2023 15:27:42 -0400 Subject: [PATCH] chore: update readme link in pyproject.toml Signed-off-by: Michael Beemer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b363bbcd..aa77d6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" name = "openfeature_sdk" version = "0.3.1" description = "Standardizing Feature Flagging for Everyone" -readme = "readme.md" +readme = "README.md" authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }] license = { file = "LICENSE" } classifiers = [