We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbb9f3 commit 03b58f3Copy full SHA for 03b58f3
docs/conf.py
@@ -23,7 +23,7 @@
23
info = metadata("napari-spatialdata")
24
project_name = info["Name"]
25
author = info["Author"]
26
-copyright = f"{datetime.now():%Y}, {author}."
+copyright = f"{datetime.now():%Y}, {author}"
27
version = info["Version"]
28
repository_url = f"https://github.com/scverse/{project_name}"
29
0 commit comments