From 0b152b31fd175cf3bbfb7d6f2d91e72395b13c95 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 27 Feb 2026 22:04:20 +0100 Subject: [PATCH] added new toml conifg --- pyproject.toml | 3 +++ setup.cfg | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 pyproject.toml create mode 100644 setup.cfg diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..fed528d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..7ba2d5a --- /dev/null +++ b/setup.cfg @@ -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