From f39712816ff23e70196a491234cebc5ae9ea2827 Mon Sep 17 00:00:00 2001 From: qwerdvd <105906879+qwerdvd@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:42:35 +0800 Subject: [PATCH] fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4308e0..e4c5c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "StarRailDamageCal" +name = "starrail_damage_cal" version = "0.1.0" description = "For StarRail Role Damage Cal" authors = [ @@ -13,7 +13,7 @@ requires-python = ">=3.8" readme = "README.md" license = {text = "MIT"} -packages = [{ include = "StarRailDamageCal" }] +packages = [{ include = "starrail_damage_cal" }] [tool.ruff] select = ["ALL"]