File: pyproject.toml

package info (click to toggle)
python-laszip 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: cpp: 906; sh: 50; makefile: 4; python: 1
file content (19 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = [
    "scikit-build-core>=0.1.5",
    "cmake>=3.20",
    "ninja",
    "pybind11>=2.10",
]
build-backend = "scikit_build_core.build"

[project]
name = "laszip"
version = "0.2.3"
description = "Bindings for LASzip made with pybind11"
readme = "Readme.md"
authors = [
    { name = "Thomas Montaigu", email = "thomas.montaigu@laposte.net" }
]
license = {file = "License.txt"}
requires-python = ">= 3.7"