From 0cd423f86c203713ab4837986ac927588add1116 Mon Sep 17 00:00:00 2001 From: snowcookie Date: Mon, 16 Mar 2020 20:40:48 +0800 Subject: [PATCH] fix poetry project setting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29e8394..5cf9d41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "productsearcher" version = "0.1.0" description = "Search products from all around the world" -authors = ["snowcookie ] +authors = ["snowcookie "] [tool.poetry.dependencies] python = "^3.7"