Skip to content

Commit

Permalink
Exclude tests from python package (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeler committed Sep 4, 2020
1 parent 39883e8 commit 7daccee
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 @@ -52,7 +52,7 @@
[">=2.7", "!=3.0.*", "!=3.1.*", "!=3.2.*", "!=3.3.*", "!=3.4.*"]
),
install_requires=install_requires,
packages=find_packages() + ["scripts"],
packages=find_packages(exclude=["tests.*", "tests"]) + ["scripts"],
package_data={
"platformio": [
"ide/tpls/*/.*.tpl",
Expand Down

0 comments on commit 7daccee

Please sign in to comment.