Include subdirectories with tpls for project generator

This commit is contained in:
Ivan Kravets
2015-09-05 10:45:09 +03:00
parent 71890a34be
commit d566eb2a36
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ setup(
"projectconftpl.ini",
"boards/*.json",
"ide/tpls/*/.*.tpl",
"ide/tpls/*/*.tpl"
"ide/tpls/*/*.tpl",
"ide/tpls/*/*/*.tpl",
"ide/tpls/*/.*/*.tpl"
]
},
entry_points={