From 69e404b5ab744ad1b98bf8f7375c7c02e26d9301 Mon Sep 17 00:00:00 2001 From: j178 <10510431+j178@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:04:41 +0800 Subject: [PATCH] docs: add README for leetgo-py --- testutils/python/README.md | 3 +++ testutils/python/pyproject.toml | 1 + 2 files changed, 4 insertions(+) create mode 100644 testutils/python/README.md diff --git a/testutils/python/README.md b/testutils/python/README.md new file mode 100644 index 00000000..0ca293a6 --- /dev/null +++ b/testutils/python/README.md @@ -0,0 +1,3 @@ +# leetgo-py + +Python test utils for [leetgo](https://github.com/j178/leetgo). diff --git a/testutils/python/pyproject.toml b/testutils/python/pyproject.toml index ff127892..cfac5e57 100644 --- a/testutils/python/pyproject.toml +++ b/testutils/python/pyproject.toml @@ -7,6 +7,7 @@ license = "MIT" homepage = "https://github.com/j178/leetgo" repository = "https://github.com/j178/leetgo" keywords = ["leetcode"] +readme = "README.md" packages = [ { include = "leetgo_py", from = "src"},