Skip to content

Commit 50015fb

Browse files
committed
Add py.typed marker
1 parent 601bcf3 commit 50015fb

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

juju/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
version=version.read_text().strip(),
3131
packages=find_packages(
3232
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
33+
package_data={'juju': ['py.typed']},
3334
install_requires=[
3435
'macaroonbakery>=1.1,<2.0',
3536
'pyRFC3339>=1.0,<2.0',

0 commit comments

Comments
 (0)