From 281f3ca3e509ec7aeafdcdefcb3cbd2fb0d27551 Mon Sep 17 00:00:00 2001 From: Zhen Zhang Date: Sat, 23 Dec 2023 17:14:07 -0500 Subject: [PATCH] Fix pyproject --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c874c7..1936ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,9 @@ name = "chafan-core" version = "0.1.0" description = "" -authors = ["Your Name "] +authors = ["Zhen Zhang "] readme = "README.md" +packages = [{ include = "chafan_core" }] [tool.poetry.dependencies] python = "^3.11"