From 6a84008f56811a635e2550271bd5eb8e5baeca7f Mon Sep 17 00:00:00 2001 From: Markus Chu Date: Sat, 7 Mar 2026 12:24:49 -0800 Subject: [PATCH] added author Markus --- .github/workflows/lint_greet.yml | 0 pyproject.toml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/lint_greet.yml diff --git a/.github/workflows/lint_greet.yml b/.github/workflows/lint_greet.yml new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index dbf5f80..9219ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ name = "pytokenizer" version = "0.1.0" description = "" -authors = [{ name = "clay-arras", email = "astrollin.neil@gmail.com" }] +authors = [{ name = "clay-arras", email = "astrollin.neil@gmail.com" }, + { name = "markus8888888", email = "buspoko@gmail.com" }] requires-python = ">=3.11,<3.15" readme = "README.md" dependencies = [