22 lines
578 B
TOML
22 lines
578 B
TOML
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
[project]
|
|
name = "infiray_irg"
|
|
version = "1.2.0"
|
|
authors = [
|
|
{ name="jaseg", email="code@jaseg.de" },
|
|
]
|
|
description = "A simple parser for Infiray IRG radiometric thermal imaging files"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://jaseg.de/project/infiray_irg"
|
|
Issues = "https://github.com/jaseg/infiray_irg/issues"
|