298 |
data_files = [] |
data_files = [] |
299 |
|
|
300 |
# bitmaps |
# bitmaps |
301 |
for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm"), |
# ("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo") |
302 |
("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo") |
for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm")]: |
|
]: |
|
303 |
data_files.append((d, glob.glob(pattern))) |
data_files.append((d, glob.glob(pattern))) |
304 |
|
|
305 |
# |
# |
1096 |
""" |
""" |
1097 |
|
|
1098 |
setup(name = "Thuban", |
setup(name = "Thuban", |
1099 |
version = "0.2.0", |
version = "0.8.0", |
1100 |
description = "Geographic data viewer", |
description = "Geographic data viewer", |
1101 |
long_description = long_description, |
long_description = long_description, |
1102 |
licence = "GPL", |
licence = "GPL", |