Update pyproject.toml

This commit is contained in:
2026-02-16 17:13:44 +00:00
parent e5316119c2
commit fef84a16e2

View File

@@ -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