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