Skip to content

Commit beddfe6

Browse files
committed
Add py.typed to include typing information
1 parent e6f5798 commit beddfe6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

logfmter/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ license = MIT
1212
[options]
1313
packages = find:
1414
python_requires = >= 3.6
15+
include_package_data = True
16+
17+
[options.package_data]
18+
logfmter = py.typed

0 commit comments

Comments
 (0)