Skip to content

Commit 7807fa0

Browse files
authored
Update setup.py for utils and services (#562)
1 parent ae1ce09 commit 7807fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author='Paul Scott-Murphy, William McBrine, Jakub Stasiak',
2424
url='https://github.com/jstasiak/python-zeroconf',
2525
package_data={"zeroconf": ["py.typed"]},
26-
packages=["zeroconf"],
26+
packages=["zeroconf", "zeroconf.services", "zeroconf.utils"],
2727
platforms=['unix', 'linux', 'osx'],
2828
license='LGPL',
2929
zip_safe=False,

0 commit comments

Comments
 (0)