From ac3bbcff0e62dbe0ae63b627762068483d2ebf1b Mon Sep 17 00:00:00 2001 From: JenChieh Date: Tue, 17 Dec 2024 07:50:00 -0800 Subject: [PATCH] add pyproject --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..067bb93 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +description = "Rewrite emacs-flx in Python" +authors = [ + {name = "Jen-Chieh Shen", email = "jcs090218@gmail.com"} +] +maintainers = [ + {name = "Jen-Chieh Shen", email = "jcs090218@gmail.com"} +] +license = {file = "LICENSE"} +readme = "README.md" + +requires-python = ">= 3.9" \ No newline at end of file