Skip to content

Commit 22d6f53

Browse files
committed
add additional metadata to toml
1 parent 8d6408d commit 22d6f53

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ testpaths = ["quartodoc/tests"]
1313

1414
[project]
1515
name = "quartodoc"
16-
description = "Generate API documentation with quarto."
16+
description = "Generate API documentation with Quarto."
1717
readme = "README.md"
1818
keywords = ["documentation", "quarto"]
1919
classifiers = [
20+
"License :: OSI Approved :: MIT License",
21+
"Operating System :: Microsoft :: Windows",
22+
"Operating System :: Unix",
23+
"Operating System :: MacOS",
24+
"Programming Language :: Python :: 3 :: Only",
2025
"Programming Language :: Python :: 3.9",
2126
"Programming Language :: Python :: 3.10"
2227
]
@@ -39,8 +44,9 @@ dependencies = [
3944

4045

4146
[project.urls]
42-
Homepage = "https://github.com/machow/quartodoc"
43-
Documentation = "https://github.com/machow/quartodoc"
47+
homepage = "https://machow.github.io/quartodoc"
48+
repository = "https://github.com/machow/quartodoc"
49+
ci = "https://github.com/machow/quartodoc/actions"
4450

4551
[[project.authors]]
4652
name = "Michael Chow"

0 commit comments

Comments
 (0)