Skip to content

Commit 6dd8943

Browse files
authored
Add package_data configuration to include template files (#9)
1 parent 76637aa commit 6dd8943

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
version="0.1.0",
1111
packages=find_packages(),
1212
include_package_data=True,
13+
package_data={
14+
"": ["templates/**/*"]
15+
},
1316
install_requires=[
1417
"pyyaml>=6.0",
1518
"jinja2>=3.1.2",

0 commit comments

Comments
 (0)