/[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

trunk/thuban/setup.py revision 2711 by dpinte, Tue Oct 10 10:30:54 2006 UTC branches/WIP-pyshapelib-bramz/setup.py revision 2737 by dpinte, Tue Mar 13 22:55:33 2007 UTC
# Line 269  extensions.append(wxproj_extension) Line 269  extensions.append(wxproj_extension)
269  # shapelib wrappers are also distributed with thuban  # shapelib wrappers are also distributed with thuban
270  #  #
271    
272  extensions.append(Extension("Lib.shapelibc",  extensions.append(Extension("Lib.shapelib",
273                              [ext_dir + "/pyshapelib/shapelib_wrap.c",                              [ext_dir + "/pyshapelib/shapelib.c",
274                               shp_dir + "/shpopen.c",                               shp_dir + "/shpopen.c",
275                               shp_dir + "/shptree.c"],                               shp_dir + "/shptree.c"],
276                              include_dirs = [shp_dir]))                              include_dirs = [shp_dir]))
# Line 1166  Thuban is a viewer for geographic data w Line 1166  Thuban is a viewer for geographic data w
1166  """  """
1167    
1168  setup(name = "Thuban",  setup(name = "Thuban",
1169        version = "1.1.0",        version = "1.2.0",
1170        description = "Geographic data viewer",        description = "Geographic data viewer",
1171        long_description = long_description,        long_description = long_description,
1172        license = "GPL",        license = "GPL",

Legend:
Removed from v.2711  
changed lines
  Added in v.2737

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26