From c6862dbd0b43ca5e520e8cf6bbe4a9253fbfd9f1 Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Fri, 21 Jun 2024 13:01:18 +0200 Subject: [PATCH] Improve pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d92d3ac4..184ddbea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Python Input and Output Library for Quantum Chemistry" readme = "README.rst" -license = {file = "LICENSE"} +license = {file = "LICENSE.txt"} requires-python = ">=3.9" classifiers = [ "Development Status :: 3 - Alpha", @@ -21,10 +21,12 @@ classifiers = [ "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Topic :: File Formats", "Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Chemistry", ]