Fix missing double quote

This commit is contained in:
Cosmin Ciocan
2024-01-12 15:44:15 +01:00
parent 01bef596ca
commit 0714d3af19
+1 -1
View File
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
license = {text = "MIT License"} license = {text = "MIT License"}
authors = [ authors = [
{ name = "Andrei Nechaev", email = "lyfaradey@yahoo.com" }, { 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 = [ classifiers = [
"Programming Language :: Python", "Programming Language :: Python",