Skip to content

Commit 5682726

Browse files
authored
Merge pull request #814 from mikumifa/codex/publish-package-to-pip,-apt,-and-brew
Add packaging metadata for PyPI distribution
2 parents 7a2921d + 17a9543 commit 5682726

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,27 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "bilitickerbuy"
77
version = "2.14.4"
8-
description = "Add your description here"
8+
description = "开源的 B 站会员购辅助工具,提供命令行和 Gradio 界面"
99
readme = "README.md"
1010
requires-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+
}
1129
dependencies = [
1230
"gradio~=4.44.1",
1331
"gradio-calendar~=0.0.6",

0 commit comments

Comments
 (0)