/[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 1698 by bh, Mon Sep 1 16:26:26 2003 UTC revision 1994 by bh, Fri Nov 28 16:44:03 2003 UTC
# Line 301  for d, pattern in [("Resources/Bitmaps", Line 301  for d, pattern in [("Resources/Bitmaps",
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"):  if os.path.isdir("Resources/Locale"):
305      data_files.append(("Resources/Locale/" + d + "/LC_MESSAGES",      for d in os.listdir("Resources/Locale"):
306                         ["Resources/Locale/"+ d + "/LC_MESSAGES/thuban.mo"]))          data_files.append(("Resources/Locale/" + d +"/LC_MESSAGES",
307                               ["Resources/Locale/"+ d +"/LC_MESSAGES/thuban.mo"]))
308    
309  #  #
310  #       Command definitions  #       Command definitions
# Line 1099  Thuban is a viewer for geographic data w Line 1100  Thuban is a viewer for geographic data w
1100  """  """
1101    
1102  setup(name = "Thuban",  setup(name = "Thuban",
1103        version = "0.9.0",        version = "1.0rc1",
1104        description = "Geographic data viewer",        description = "Geographic data viewer",
1105        long_description = long_description,        long_description = long_description,
1106        licence = "GPL",        licence = "GPL",
1107        author = "Intevation GmbH",        author = "Intevation GmbH",
1108        author_email = "[email protected]",        author_email = "[email protected]",
1109        url = "http://thuban.intevation.de/",        url = "http://thuban.intevation.de/",
1110    
1111        scripts = ["thuban.py"],        scripts = ["thuban.py"],

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26