From a6575f2ee987f1397e9ef0f1d91bd0a252737c3a Mon Sep 17 00:00:00 2001 From: Freddy Adiv <55316909+FredAdiv@users.noreply.github.com> Date: Sun, 2 Apr 2023 10:50:33 +0300 Subject: [PATCH] Create pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..91468d4 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[project] +name = "git-cola" +authors = [ + {name = "xjxckk", email = ""} +]