From eac98dcab07a061f44df88711e227b0d640f9ad8 Mon Sep 17 00:00:00 2001 From: davidvujic Date: Tue, 8 Feb 2022 20:02:53 +0100 Subject: [PATCH] fix: creating an empty readme row in the pyproject.toml will cause a build error --- poetry_polylith_plugin/components/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry_polylith_plugin/components/projects.py b/poetry_polylith_plugin/components/projects.py index 72a5be98..a43502a0 100644 --- a/poetry_polylith_plugin/components/projects.py +++ b/poetry_polylith_plugin/components/projects.py @@ -13,7 +13,7 @@ description = "" authors = {authors} license = "" -readme = "" + packages = [] [tool.poetry.dependencies]