Skip to content

Commit e72798e

Browse files
committed
fix: updated copyright line
1 parent ae58fb4 commit e72798e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@
7272

7373
# General information about the project.
7474
project = "ActivityWatch"
75-
author = "Erik Bjäreholt, Johan Bjäreholt and contributors"
76-
copyright = f"2016-{date.today().year} by {author}"
75+
author = "Erik Bjäreholt, Johan Bjäreholt, and contributors"
76+
author_copyright = "ActivityWatch core contributors"
77+
copyright = f"2016-{date.today().year} {author_copyright}"
7778
description_short = "The free and open source automated time-tracker"
7879

7980
# TODO: Automatically detect version (possibly using git tags)
@@ -316,7 +317,7 @@
316317
master_doc,
317318
"ActivityWatch.tex",
318319
"ActivityWatch Documentation",
319-
"Erik Bjäreholt and contributors",
320+
author,
320321
"manual",
321322
),
322323
]

0 commit comments

Comments
 (0)