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])) |
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", |