/[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 200 by bh, Mon Jul 8 10:50:39 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",
# Line 845  setup(name = "Thuban", Line 845  setup(name = "Thuban",
845                   {"prefix": prefix,                   {"prefix": prefix,
846                    # make sure both libs and scripts are installed in the                    # make sure both libs and scripts are installed in the
847                    # same directory.                    # same directory.
848                    "install_lib": "$base/thuban",                    "install_lib": "$base/lib/thuban",
849                    "install_scripts": "$base/thuban",                    "install_scripts": "$base/lib/thuban",
850                    "install_data": "$base/thuban",                    "install_data": "$base/lib/thuban",
851    
852                    # Don't print warning messages about the lib dir not                    # Don't print warning messages about the lib dir not
853                    # being on Python's path. The libraries are Thuban                    # being on Python's path. The libraries are Thuban

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26