Skip to content

Commit

Permalink
Fix package data for wheels (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Mar 22, 2020
1 parent 2de7b85 commit 0f884a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
install_requires=REQUIRES,
extras_require=EXTRAS,
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
python_requires=">=3.5.3",
entry_points={"console_scripts": ["pymysensors = mysensors.cli:cli"]},
keywords=["sensor", "actuator", "IoT", "DYI"],
Expand Down

0 comments on commit 0f884a1

Please sign in to comment.