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 e988680 commit ffef9ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zipp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
A Path-like interface for zipfiles.
This codebase is shared between zipfile.Path in the stdlib
and zipp in PyPI. See
https://github.com/python/importlib_metadata/wiki/Development-Methodology
for more detail.
"""

import io
import posixpath
import zipfile
Expand Down

0 comments on commit ffef9ef

Please sign in to comment.