Skip to content

Commit c7a7f23

Browse files
committed
catch up to new scikit-build-core
1 parent 53fa073 commit c7a7f23

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.13.0)
1+
cmake_minimum_required(VERSION 3.15.0)
22
project(pdal-python-plugins VERSION ${SKBUILD_PROJECT_VERSION}
33
DESCRIPTION "PDAL Python Plugins"
44
HOMEPAGE_URL "https://github.com/PDAL/python-plugins")

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ PDAL Python Plugins
55
PDAL Python plugins allow you to process data with PDAL into
66
`Numpy <http://www.numpy.org/>`__ arrays.
77
They 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

1111
Installation
1212
--------------------------------------------------------------------------------

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]
3535
test = [ ]
@@ -39,8 +39,8 @@ package-dir = {"" = "src"}
3939
zip-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"
4444
repository = "https://github.com/PDAL/python-plugins"
4545
changelog = "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
6666
logging.level = "INFO"
6767

6868
#[tool.scikit-build.cmake.define]

0 commit comments

Comments
 (0)