We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1ce09 commit 7807fa0Copy full SHA for 7807fa0
1 file changed
setup.py
@@ -23,7 +23,7 @@
23
author='Paul Scott-Murphy, William McBrine, Jakub Stasiak',
24
url='https://github.com/jstasiak/python-zeroconf',
25
package_data={"zeroconf": ["py.typed"]},
26
- packages=["zeroconf"],
+ packages=["zeroconf", "zeroconf.services", "zeroconf.utils"],
27
platforms=['unix', 'linux', 'osx'],
28
license='LGPL',
29
zip_safe=False,
0 commit comments