/[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 1290 by jonathan, Wed Jun 18 15:37:14 2003 UTC revision 1291 by jonathan, Mon Jun 23 13:05:32 2003 UTC
# Line 298  py_modules.append(ext_dir + "/pyprojecti Line 298  py_modules.append(ext_dir + "/pyprojecti
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  #  #
# Line 1097  Thuban is a viewer for geographic data w Line 1096  Thuban is a viewer for geographic data w
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",

Legend:
Removed from v.1290  
changed lines
  Added in v.1291

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26