From 624236672e523dd7820b35f83b25ffd84701217e Mon Sep 17 00:00:00 2001 From: baiqwerdvd <158065462+baiqwerdvd@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:44:19 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b751e45..969fed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "starrail_damage_cal" -version = "1.4.0" +version = "1.4.1" description = "For StarRail Role Damage Cal" authors = [ {name = "qwerdvd", email = "105906879+qwerdvd@users.noreply.github.com"}, @@ -9,6 +9,7 @@ dependencies = [ "msgspec>=0.18.4", "httpx>=0.25.0", ] +repository = "https://github.com/baiqwerdvd/StarRailDamageCal" requires-python = ">=3.8" readme = "README.md" license = {text = "MIT"}