From fef84a16e2b234e90101c5bb967ee9d1dfdbf4ba Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Mon, 16 Feb 2026 17:13:44 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4775a4e..3a67bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,19 +1,10 @@ -[metadata] +[project] name = nmreval version = 0.1 description = Evaluation of data long_description = file: README.md author = Dominik Demuth author_email = dominik.demuth@physik.tu-darmstadt.de -install_requires = [ - 'numpy', - 'scipy', - 'matplotlib', - 'bsddb3', - 'pyqtgraph', - 'PyQt5', - 'h5py', -] keywords = ['nmr', 'physics', 'science'] classifiers = [ 'Development Status :: 3 - Alpha', @@ -30,6 +21,16 @@ classifiers = [ ] license = {text = "BSD 3-Clause License"} +dependencies = [ + 'numpy', + 'scipy', + 'matplotlib', + 'bsddb3', + 'pyqtgraph', + 'PyQt5', + 'h5py', +] + [tool.setuptools] include_package_data = true