Skip to content

Commit ad5665a

Browse files
committed
metadata for parallel_read_safe
1 parent c6bca84 commit ad5665a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ablog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ def setup(app):
164164
pkgdir = os.path.abspath(os.path.dirname(__file__))
165165
locale_dir = os.path.join(pkgdir, "locales")
166166
app.add_message_catalog(MESSAGE_CATALOG_NAME, locale_dir)
167-
return {"version": __version__} # identifies the version of our extension
167+
return {"version": __version__, "parallel_read_safe": True}

0 commit comments

Comments
 (0)