File: pyproject.toml

package info (click to toggle)
python-laszip 0.2.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 220 kB
  • sloc: cpp: 906; sh: 53; makefile: 5; python: 1
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["scikit-build-core>=0.9", "pybind11>=2.10"]
build-backend = "scikit_build_core.build"

[project]
name = "laszip"
version = "0.2.4"
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.9"

[project.urls]
repository = "https://github.com/tmontaigu/laszip-python"