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 6f8cc1e commit a55f01c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions importlib_metadata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
APIs exposing metadata from third-party Python packages.
This codebase is shared between importlib.metadata in the stdlib
and importlib_metadata in PyPI. See
https://github.com/python/importlib_metadata/wiki/Development-Methodology
for more detail.
"""

from __future__ import annotations

import abc
Expand Down

0 comments on commit a55f01c

Please sign in to comment.