Skip to content

Commit

Permalink
Add reference to development methodology.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 22, 2024
1 parent 9689f8f commit 6a0b3af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion importlib_resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
"""Read resources contained within a package."""
"""
Read resources contained within a package.
This codebase is shared between importlib.resources in the stdlib
and importlib_resources in PyPI. See
https://github.com/python/importlib_metadata/wiki/Development-Methodology
for more detail.
"""

from ._common import (
as_file,
Expand Down

0 comments on commit 6a0b3af

Please sign in to comment.