Skip to content

Commit 1da39ee

Browse files
committed
update pyproject
1 parent 6bf326f commit 1da39ee

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ classifiers = [
1212
"Programming Language :: Python :: 3",
1313
]
1414
keywords = ["argparse", "cli"]
15+
authors = [{ name = "SunDoge", email = "triplez0@outlook.com" }]
1516

1617

18+
[project.urls]
19+
Homepage = "https://github.com/SunDoge/typed-args"
20+
Repository = "https://github.com/SunDoge/typed-args"
21+
1722
[build-system]
1823
requires = ["hatchling"]
1924
build-backend = "hatchling.build"
2025

2126
[tool.uv]
22-
dev-dependencies = [
23-
"pytest",
24-
"icecream",
25-
]
27+
dev-dependencies = ["pytest", "icecream"]

0 commit comments

Comments
 (0)