Update pyproject.toml

This commit is contained in:
baiqwerdvd 2024-02-29 14:44:19 +08:00 committed by GitHub
parent a0ad8d3801
commit 624236672e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[project] [project]
name = "starrail_damage_cal" name = "starrail_damage_cal"
version = "1.4.0" version = "1.4.1"
description = "For StarRail Role Damage Cal" description = "For StarRail Role Damage Cal"
authors = [ authors = [
{name = "qwerdvd", email = "105906879+qwerdvd@users.noreply.github.com"}, {name = "qwerdvd", email = "105906879+qwerdvd@users.noreply.github.com"},
@ -9,6 +9,7 @@ dependencies = [
"msgspec>=0.18.4", "msgspec>=0.18.4",
"httpx>=0.25.0", "httpx>=0.25.0",
] ]
repository = "https://github.com/baiqwerdvd/StarRailDamageCal"
requires-python = ">=3.8" requires-python = ">=3.8"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}