From 0dcefb34fbe9c66c6883e4f2e4a1bb6466f6fce0 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 10:51:46 -0500 Subject: [PATCH] remove readme in pyproject.toml --- backend/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 9983a61..9aa721d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,6 @@ version = "0.1.0" description = "" authors = ["Abi Raja "] license = "MIT" -readme = "README.md" [tool.poetry.dependencies] python = "^3.10"