diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1607,6 +1607,10 @@ packagedata = { 'mercurial.helptext.internals': [ '*.txt', ], + 'mercurial.thirdparty.attr': [ + '*.pyi', + 'py.typed', + ], }