summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate
blob: e2cdcd5f909d3795dc993a522ff40343c7667061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# TDE Config File
[General]
Name=Simple Python script

Comment=This generates a simplistic "Hello world" program in Python

Category=Python

Icon=pythonhello.png
FileTemplates=py,ShellStyle
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.py
Archive=pythonhello.tar.gz

[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop

[FILE2]
Type=install
Source=%{src}/app.py
Dest=%{dest}/%{APPNAMELC}.py

[MSG]
Type=message
Comment=A simple python script was created in %{dest}