This commit is contained in:
qwerdvd 2023-10-30 14:42:35 +08:00
parent 781e473021
commit f39712816f
No known key found for this signature in database
GPG Key ID: A3AF89C783404769

View File

@ -1,5 +1,5 @@
[project] [project]
name = "StarRailDamageCal" name = "starrail_damage_cal"
version = "0.1.0" version = "0.1.0"
description = "For StarRail Role Damage Cal" description = "For StarRail Role Damage Cal"
authors = [ authors = [
@ -13,7 +13,7 @@ requires-python = ">=3.8"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}
packages = [{ include = "StarRailDamageCal" }] packages = [{ include = "starrail_damage_cal" }]
[tool.ruff] [tool.ruff]
select = ["ALL"] select = ["ALL"]