/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1697 by jan, Tue Aug 19 21:56:20 2003 UTC revision 1698 by bh, Mon Sep 1 16:26:26 2003 UTC
# Line 297  py_modules.append(ext_dir + "/pyprojecti Line 297  py_modules.append(ext_dir + "/pyprojecti
297  data_files = []  data_files = []
298    
299  # Resources  # Resources
 # ("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo")  
300  for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm"),  for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm"),
301                     ("Resources/Projections", "Resources/Projections/*.proj"),                     ("Resources/Projections", "Resources/Projections/*.proj"),
302                     ("Resources/XML", "Resources/XML/*.dtd")]:                     ("Resources/XML", "Resources/XML/*.dtd")]:
303      data_files.append((d, glob.glob(pattern)))      data_files.append((d, glob.glob(pattern)))
304    for d in os.listdir("Resources/Locale"):
305        data_files.append(("Resources/Locale/" + d + "/LC_MESSAGES",
306                           ["Resources/Locale/"+ d + "/LC_MESSAGES/thuban.mo"]))
307    
308  #  #
309  #       Command definitions  #       Command definitions
# Line 1097  Thuban is a viewer for geographic data w Line 1099  Thuban is a viewer for geographic data w
1099  """  """
1100    
1101  setup(name = "Thuban",  setup(name = "Thuban",
1102        version = "0.8.1",        version = "0.9.0",
1103        description = "Geographic data viewer",        description = "Geographic data viewer",
1104        long_description = long_description,        long_description = long_description,
1105        licence = "GPL",        licence = "GPL",

Legend:
Removed from v.1697  
changed lines
  Added in v.1698

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26