Skip to content

Commit b7af697

Browse files
committed
Add provides_extra metadata to types
1 parent 72f6af5 commit b7af697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dowsing/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class Distribution(pkginfo.distribution.Distribution): # type: ignore
6363
pbr: Optional[bool] = None
6464
pbr__files__packages_root: Optional[str] = None
6565
pbr__files__packages: Optional[str] = None
66+
provides_extra: Optional[Sequence[str]] = ()
6667

6768
def _getHeaderAttrs(self) -> Sequence[Tuple[str, str, bool]]:
6869
# Until I invent a metadata version to include this, do so

0 commit comments

Comments
 (0)