From 118b8937fb909e893c12153d389152d32669fae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 10 Jan 2024 15:13:04 +0100 Subject: [PATCH] Fix Readme path --- api/fastapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fastapi/pyproject.toml b/api/fastapi/pyproject.toml index e23f64e8..668eec47 100644 --- a/api/fastapi/pyproject.toml +++ b/api/fastapi/pyproject.toml @@ -3,7 +3,7 @@ name = "data-api" version = "0.1.0" description = "" authors = ["OONI "] -readme = "README.md" +readme = "Readme.md" [tool.poetry.dependencies] python = "^3.11"