Export IDEs templates

This commit is contained in:
Ivan Kravets
2022-07-04 13:54:40 +03:00
parent d3b7508bd5
commit de856ee730

View File

@ -62,10 +62,10 @@ setup(
packages=find_packages(exclude=["tests.*", "tests"]) + ["scripts"],
package_data={
"platformio": [
"project/tpls/*/.*.tpl",
"project/tpls/*/*.tpl",
"project/tpls/*/*/*.tpl",
"project/tpls/*/.*/*.tpl",
"project/integration/tpls/*/.*.tpl",
"project/integration/tpls/*/*.tpl",
"project/integration/tpls/*/*/*.tpl",
"project/integration/tpls/*/.*/*.tpl",
],
"scripts": ["99-platformio-udev.rules"],
},