Skip to content

Commit

Permalink
Update setup.py, add exclude for test package (#554)
Browse files Browse the repository at this point in the history
* Update setup.py, add exclude for test package
* use include instead of exclude
  • Loading branch information
onkelbeh committed Jan 10, 2021
1 parent b7c7427 commit e05bf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
packages=find_packages(),
packages=find_packages(include=["xknx", "xknx.*"]),
install_requires=REQUIRES,
keywords="knx ip knxip eib home automation",
zip_safe=False,
Expand Down

0 comments on commit e05bf7b

Please sign in to comment.