From 0714d3af192f2387e631f4ac8846742c412ae461 Mon Sep 17 00:00:00 2001 From: Cosmin Ciocan Date: Fri, 12 Jan 2024 15:44:15 +0100 Subject: [PATCH] Fix missing double quote --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b46a03..b658c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10" license = {text = "MIT License"} authors = [ { name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" }, - { name = "Cosmin Stefan Ciocan", email = "ciocan.cosmin98@gmail.com }, + { name = "Cosmin Stefan Ciocan", email = "ciocan.cosmin98@gmail.com" }, ] classifiers = [ "Programming Language :: Python",