forked from platformio/platformio-core
Exclude tests from python package (#3650)
This commit is contained in:
2
setup.py
2
setup.py
@ -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",
|
||||
|
Reference in New Issue
Block a user