Skip to content

Commit a499815

Browse files
author
GuangChen2333
committed
chore(pyproject): Add some segments
1 parent 4affd3b commit a499815

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ authors = [
88
]
99
readme = "README.md"
1010
requires-python = ">=3.8"
11+
keywords = [
12+
"serialization", "network", "packet", "struct"
13+
]
1114
dynamic = ["dependencies"]
1215

16+
[project.urls]
17+
repository = "https://github.com/GuangChen2333/StructOvO"
18+
"Bug Tracker" = "https://github.com/GuangChen2333/StructOvO/issues"
19+
1320
[tool.poetry]
1421
packages = [
1522
{ include = "structovo", from = "src" }

0 commit comments

Comments
 (0)