Update pyproject.toml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user