We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601bcf3 commit 50015fbCopy full SHA for 50015fb
2 files changed
juju/py.typed
setup.py
@@ -30,6 +30,7 @@
30
version=version.read_text().strip(),
31
packages=find_packages(
32
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
33
+ package_data={'juju': ['py.typed']},
34
install_requires=[
35
'macaroonbakery>=1.1,<2.0',
36
'pyRFC3339>=1.0,<2.0',
0 commit comments