/[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 1238 by jonathan, Wed Jun 18 15:37:14 2003 UTC revision 1296 by jonathan, Mon Jun 23 13:22:43 2003 UTC
# Line 297  py_modules.append(ext_dir + "/pyprojecti Line 297  py_modules.append(ext_dir + "/pyprojecti
297    
298  data_files = []  data_files = []
299    
300  # bitmaps  # Resources
301    # ("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo")
302  for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm"),  for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm"),
303                     ("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo")                     ("Resources/XML", "Resources/XML/*.dtd")]:
                    ]:  
304      data_files.append((d, glob.glob(pattern)))      data_files.append((d, glob.glob(pattern)))
305    
306  #  #
# Line 1097  Thuban is a viewer for geographic data w Line 1097  Thuban is a viewer for geographic data w
1097  """  """
1098    
1099  setup(name = "Thuban",  setup(name = "Thuban",
1100        version = "0.2.0",        version = "0.8.0",
1101        description = "Geographic data viewer",        description = "Geographic data viewer",
1102        long_description = long_description,        long_description = long_description,
1103        licence = "GPL",        licence = "GPL",

Legend:
Removed from v.1238  
changed lines
  Added in v.1296

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26