Skip to content

Commit 8077df2

Browse files
committed
Install template.py for PyPI release
1 parent 70880e5 commit 8077df2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
)
2323

2424
shutil.copy("../cmake-init/cmake_init.py", "cmake_init_lib")
25+
shutil.copy("../cmake-init/template.py", "cmake_init_lib")
2526

2627
with open("cmake_init_lib/__init__.py", "w") as f:
2728
f.write("""\

0 commit comments

Comments
 (0)