Skip to content

Commit 6a0b3af

Browse files
committed
Add reference to development methodology.
Ref python/cpython#123144
1 parent 9689f8f commit 6a0b3af

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

importlib_resources/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
"""Read resources contained within a package."""
1+
"""
2+
Read resources contained within a package.
3+
4+
This codebase is shared between importlib.resources in the stdlib
5+
and importlib_resources in PyPI. See
6+
https://github.com/python/importlib_metadata/wiki/Development-Methodology
7+
for more detail.
8+
"""
29

310
from ._common import (
411
as_file,

0 commit comments

Comments
 (0)