File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,15 @@ testpaths = ["quartodoc/tests"]
13
13
14
14
[project ]
15
15
name = " quartodoc"
16
- description = " Generate API documentation with quarto ."
16
+ description = " Generate API documentation with Quarto ."
17
17
readme = " README.md"
18
18
keywords = [" documentation" , " quarto" ]
19
19
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" ,
20
25
" Programming Language :: Python :: 3.9" ,
21
26
" Programming Language :: Python :: 3.10"
22
27
]
@@ -39,8 +44,9 @@ dependencies = [
39
44
40
45
41
46
[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"
44
50
45
51
[[project .authors ]]
46
52
name = " Michael Chow"
You can’t perform that action at this time.
0 commit comments