added new toml conifg

This commit is contained in:
Markus Rosenstihl
2026-02-27 22:04:20 +01:00
parent 781c205f58
commit 0b152b31fd
2 changed files with 29 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
+26
View File
@@ -0,0 +1,26 @@
[metadata]
name = python3-damaris
version = 0.18.0
author = Achim Gädke, Christian, Tacke, Joachim Berwerth, Christopher Schmitt, Markus Rosenstihl
author_email = markus.rosenstihl@þkm.tu-darmstadt.de
url = https://gitea.pkm.physik.tu-darmstadt.de/IPKM/python3-damaris
description = DArmstadt MAgnetic Resonance Instrumentation Software
long_description = file: README.md
long_description_content_type = text/markdown
keywords = science, instrumentation
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
scipy >= 0.14.0
numpy >= 1.8.2
tables >= 3.1.1
matplotlib (>= 1.4.1, <= 3.6)
pyxdg
PyGObject >= 3.14.0