Skip to content

Commit cfc3a82

Browse files
virtualdrgommers
authored andcommitted
py: add py.typed file for API users that use mypy
1 parent 033cca3 commit cfc3a82

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ py.install_sources(
1717
'src/pkgconf/__init__.py',
1818
'src/pkgconf/__main__.py',
1919
'src/pkgconf/diagnose.py',
20+
'src/pkgconf/py.typed',
2021
],
2122
subdir: 'pkgconf',
2223
)

src/pkgconf/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)