

fc_copy_to_mod_path("TemplatePyMod" 
	InitGui.py
	Init.py
	Commands.py
	PythonQt.py
	Tests.py
)

install(
		 FILES
		 		 Init.py
		 		 InitGui.py
		 		 Commands.py
				 FeaturePython.py
		 		 PythonQt.py
		 		 Tests.py
		 DESTINATION
		 		 Mod/TemplatePyMod)
