File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.13 .0 )
1+ cmake_minimum_required (VERSION 3.15 .0 )
22project (pdal-python-plugins VERSION ${SKBUILD_PROJECT_VERSION}
33 DESCRIPTION "PDAL Python Plugins"
44 HOMEPAGE_URL "https://github.com/PDAL/python-plugins" )
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ PDAL Python Plugins
55PDAL Python plugins allow you to process data with PDAL into
66`Numpy <http://www.numpy.org/ >`__ arrays.
77They support embedding Python in PDAL pipelines with the
8- `readers.numpy <https://pdal.io /stages/readers.numpy.html >`__ and
9- `filters.python <https://pdal.io /stages/filters.python.html >`__ stages.
8+ `readers.numpy <https://pdal.org /stages/readers.numpy.html >`__ and
9+ `filters.python <https://pdal.orgo /stages/filters.python.html >`__ stages.
1010
1111Installation
1212--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies = [
2929 " numpy >= 1.22"
3030]
3131
32- version =" 1.6.6 "
32+ version =" 1.6.7 "
3333
3434[project .optional-dependencies ]
3535test = [ ]
@@ -39,8 +39,8 @@ package-dir = {"" = "src"}
3939zip-safe = false
4040
4141[project .urls ]
42- homepage = " https://pdal.io "
43- documentation = " https://pdal.io "
42+ homepage = " https://pdal.org "
43+ documentation = " https://pdal.org "
4444repository = " https://github.com/PDAL/python-plugins"
4545changelog = " https://github.com/PDAL/python-plugins/blob/main/README.rst"
4646
@@ -62,7 +62,7 @@ sdist.include = [
6262 " src" ,
6363 " CMakeLists.txt"
6464]
65- cmake .verbose = true
65+ build .verbose = true
6666logging.level = " INFO"
6767
6868# [tool.scikit-build.cmake.define]
You can’t perform that action at this time.
0 commit comments