File: pyproject.toml

package info (click to toggle)
python-laszip 0.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: cpp: 910; sh: 53; makefile: 5; python: 1
file content (15 lines) | stat: -rw-r--r-- 452 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.11.6", "pybind11>=3.0"]
build-backend = "scikit_build_core.build"

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