@@ -5,9 +5,27 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " bilitickerbuy"
77version = " 2.14.4"
8- description = " Add your description here "
8+ description = " 开源的 B 站会员购辅助工具,提供命令行和 Gradio 界面 "
99readme = " README.md"
1010requires-python = " >=3.11"
11+ license = { file = " LICENSE" }
12+ authors = [{ name = " biliTickerBuy Maintainers" }]
13+ keywords = [" bilibili" , " tickets" , " cli" , " gradio" , " automation" ]
14+ classifiers = [
15+ " Development Status :: 4 - Beta" ,
16+ " Intended Audience :: End Users/Desktop" ,
17+ " License :: OSI Approved :: MIT License" ,
18+ " Programming Language :: Python :: 3" ,
19+ " Programming Language :: Python :: 3 :: Only" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Environment :: Console" ,
22+ " Environment :: Web Environment" ,
23+ ]
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+ }
1129dependencies = [
1230 " gradio~=4.44.1" ,
1331 " gradio-calendar~=0.0.6" ,
0 commit comments