Skip to content

Commit 64fa874

Browse files
authored
Declare type checking support by including py.typed, as per PEP 561 (#9)
1 parent 55b6851 commit 64fa874

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

matrix_common/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = 1.0.0
88
classifiers =
99
License :: OSI Approved :: Apache Software License
1010

11+
1112
[options]
1213
packages =
1314
matrix_common
@@ -16,6 +17,10 @@ install_requires =
1617
attrs
1718

1819

20+
[options.package_data]
21+
matrix_common = py.typed
22+
23+
1924
[options.extras_require]
2025
dev =
2126
# for tests

0 commit comments

Comments
 (0)