We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400ba6e commit b98c546Copy full SHA for b98c546
1 file changed
docs/conf.py
@@ -18,9 +18,9 @@
18
19
info = metadata("flowsom")
20
project_name = info["Name"]
21
-author = info["Author"]
22
-copyright = f"{datetime.now():%Y}, {author}."
23
-version = info["Version"]
+author = project_name + " authors"
+copyright = f"{datetime.now():%Y}, {author}"
+version: str = info["Version"]
24
urls = dict(pu.split(", ") for pu in (info.get_all("Project-URL") or []))
25
repository_url = urls["Source"]
26
0 commit comments