-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.py.in
65 lines (57 loc) · 2.08 KB
/
info.py.in
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# info.py
#
# Copyright 2022 Foldex
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
APP_ID="@APP_ID@"
APP_NAME="@APP_NAME@"
VERSION="@VERSION@"
PROJECT_URL="@PROJECT_URL@"
BUG_TRACKER_URL="@BUG_TRACKER_URL@"
LICENSE="@LICENSE@"
COPYRIGHT="@COPYRIGHT@"
AUTHOR='Foldex'
DEVELOPERS=[
'Foldex https://github.com/Foldex',
'Christoph Kohnen https://github.com/ChaosMelone9'
]
ARTISTS=[
'Brage Fuglseth https://bragefuglseth.dev'
]
TRANSLATORS=[
'volkov <[email protected]>',
'RobOT05442309 https://github.com/RobOT05442309',
'Christoph Kohnen https://github.com/cmkohnen',
'AnaxMorden https://github.com/AnaxMorden',
'Fernando Lopes https://github.com/plasmus777',
'Percy De La Rosa https://github.com/PercyDLR',
'Kryštof Černý https://github.com/cewbdex',
'Jiri Grönroos <[email protected]>',
'Hoshmand M. Qadir <[email protected]>',
'P.O <[email protected]>',
'dumbelekci <[email protected]>',
'Kuzey Kuzey <[email protected]>',
'Yahor <[email protected]>',
'arctize <[email protected]>',
'CouldBeMathijs <[email protected]>',
'muggs <[email protected]>',
'Bo Gustavsson <[email protected]>',
'ssantos <[email protected]>',
'Sabri Ünal <[email protected]>',
'Talha Kumru <[email protected]>',
'Scrambled777 <[email protected]>',
'刘韬 <[email protected]>',
'复予 <[email protected]>'
]
UPSTREAM=['Anatoliy Kashkin https://github.com/tkashkin']