Skip to content

Commit 139d50e

Browse files
committed
chore: add maintainers file, restore setup.cfg
1 parent 96f6178 commit 139d50e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

MAINTAINERS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Who maintains quartodoc
2+
3+
The quartodoc package was created by and is currently maintained by Michael Chow <[email protected]>. [Posit Software, PBC](https://posit.co/products/open-source/) is a copyright holder and funder of this package.
4+
5+
Several individuals in the community have taken an active role in helping to maintain this package and submit fixes. Those individuals are shown in the git changelog.

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ description = Generate API documentation with quarto.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
url = https://github.com/machow/quartodoc
8-
authors = [
9-
{ name = "Michael Chow", email = "[email protected]"},
10-
{ name = "Posit, PBC", email = "[email protected]" },
11-
]
8+
author = Michael Chow
9+
author_email = [email protected]
1210
license = MIT
1311
keywords = documentation, quarto
1412
classifiers =

0 commit comments

Comments
 (0)