/[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 142 by bh, Tue May 7 14:16:10 2002 UTC revision 164 by bh, Fri May 10 09:34:40 2002 UTC
# Line 224  extensions.append(Extension("Lib.dbflibc Line 224  extensions.append(Extension("Lib.dbflibc
224                              [ext_dir + "/pyshapelib/dbflib_wrap.c",                              [ext_dir + "/pyshapelib/dbflib_wrap.c",
225                               shp_dir + "/dbfopen.c"],                               shp_dir + "/dbfopen.c"],
226                              include_dirs = [shp_dir]))                              include_dirs = [shp_dir]))
227  for name in ("shapelib", "shptree", "dbflib"):  for name in ("shapelib", "dbflib"):
228      py_modules.append(ext_dir + "/pyshapelib/" + name)      py_modules.append(ext_dir + "/pyshapelib/" + name)
229    
230  #  #
# Line 825  Thuban is a viewer for geographic data w Line 825  Thuban is a viewer for geographic data w
825  """  """
826    
827  setup(name = "Thuban",  setup(name = "Thuban",
828        version = "0.1.1",        version = "0.1.2",
829        description = "Geographic data viewer",        description = "Geographic data viewer",
830        long_description = long_description,        long_description = long_description,
831        licence = "GPL",        licence = "GPL",

Legend:
Removed from v.142  
changed lines
  Added in v.164

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26