summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-12-18 14:22:45 +0100
committerjaseg <git@jaseg.de>2023-12-18 14:22:45 +0100
commit7840074004536b44396083fcab75a9e6355e4a42 (patch)
tree3bdfd3e907e5548de679722e73a1288b8f070acd /pyproject.toml
downloadinfiray_irg_py-7840074004536b44396083fcab75a9e6355e4a42.tar.gz
infiray_irg_py-7840074004536b44396083fcab75a9e6355e4a42.tar.bz2
infiray_irg_py-7840074004536b44396083fcab75a9e6355e4a42.zip
Initial commitv1.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..8ac7d29
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,22 @@
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"
+
+[project]
+name = "infiray_irg"
+version = "1.0.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"