File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bilitickerbuy"
7- version = " 2.14.4 "
7+ version = " 2.14.5 "
88description = " 开源的 B 站会员购辅助工具,提供命令行和 Gradio 界面"
99readme = " README.md"
1010requires-python = " >=3.11"
@@ -21,11 +21,6 @@ classifiers = [
2121 " Environment :: Console" ,
2222 " Environment :: Web Environment" ,
2323]
24- urls = {
25- "Homepage" = " https://github.com/mikumifa/biliTickerBuy" ,
26- "Source" = " https://github.com/mikumifa/biliTickerBuy" ,
27- "Issues" = " https://github.com/mikumifa/biliTickerBuy/issues" ,
28- }
2924dependencies = [
3025 " gradio~=4.44.1" ,
3126 " gradio-calendar~=0.0.6" ,
@@ -43,12 +38,13 @@ dependencies = [
4338 " tinydb~=4.8.0" ,
4439 " Pillow~=10.3.0" ,
4540]
41+
4642[project .urls ]
4743Homepage = " https://github.com/mikumifa/biliTickerBuy"
4844Source = " https://github.com/mikumifa/biliTickerBuy"
45+ Issues = " https://github.com/mikumifa/biliTickerBuy/issues"
4946
5047[project .scripts ]
51- bilitickerbuy = " main:main"
5248btb = " main:main"
5349
5450[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments