Skip to content

Commit a55f01c

Browse files
committed
Add reference to development methodology.
Ref python/cpython#123144
1 parent 6f8cc1e commit a55f01c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

importlib_metadata/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
APIs exposing metadata from third-party Python packages.
3+
4+
This codebase is shared between importlib.metadata in the stdlib
5+
and importlib_metadata in PyPI. See
6+
https://github.com/python/importlib_metadata/wiki/Development-Methodology
7+
for more detail.
8+
"""
9+
110
from __future__ import annotations
211

312
import abc

0 commit comments

Comments
 (0)