From 284201c9153c91f36e77934649619e47cec0000f Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Mon, 16 Feb 2026 17:19:01 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4e4caf..bd3f037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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