Exclude tests from python package (#3650)

This commit is contained in:
Jake
2020-09-04 17:55:30 +02:00
committed by GitHub
parent 39883e8d68
commit 7dacceef04

View File

@ -52,7 +52,7 @@ setup(
[">=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",