From 903a9bc098bcd0485bdd9f7e83c5bef9f1ade32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 11 Aug 2023 16:18:02 +0800 Subject: [PATCH] :wrench: Update `pyproject.toml` --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a31cc8..e7325ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,13 @@ [tool.poetry] -name = "Python-Genshin-Aartifact" +name = "Python-Genshin-Artifact" version = "0.1.0" description = "A Python library that binds to Genshin Artifact damage calculation and analysis engine." authors = ["luoshuijs"] license = "MIT license" readme = "README.md" +packages = [ + { include = "python_genshin_artifact" }, +] [tool.poetry.dependencies] python = "^3.8"