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 |
# |
# |
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", |
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 |