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"