Update pyproject.toml

This commit is contained in:
2026-02-16 17:19:01 +00:00
parent 0720cb6363
commit 284201c915

View File

@@ -6,29 +6,11 @@ build-backend = "setuptools.build_meta"
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
keywords = ['nmr', 'physics', 'science']
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Scientific/Engineering :: Visualization',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: only',
]
license = {text = "BSD 3-Clause License"}
[tool.setuptools]
include_package_data = true
[tool.setuptools.packages]
find = {}
scripts = bin/evaluate.py