From c9ce3280212141bbabeb20270d5abd57b50684d4 Mon Sep 17 00:00:00 2001 From: "Michael E. Rose" Date: Wed, 18 Dec 2024 10:12:08 +0100 Subject: [PATCH] Update pyproject: better tags, drop old versions, require python properly --- pyproject.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82d4a73..9bdae97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,20 +20,18 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Natural Language :: English", + "Topic :: Documentation :: Sphinx" "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis", - "Operating System :: Microsoft :: Windows", - "Operating System :: Unix", - "Operating System :: MacOS", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", + "Operating System :: OS Independent", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] +requires-python = ">=3.9,<=3.13" keywords = [ "Python", "MEDLINE",