Skip to content

Commit e89d9a7

Browse files
author
David Robertson
committed
Mark the package as containing type hints
See PEP 561: https://www.python.org/dev/peps/pep-0561/
1 parent 484916d commit e89d9a7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ def read_file(path_segments):
4949
},
5050
long_description=read_file(("README.rst",)),
5151
keywords="json",
52+
package_data={
53+
"signedjson": ["py.typed"]
54+
}
5255
)

signedjson/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)