From 3365134f170793d781fdb8492bb054709103f7f8 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Wed, 11 Sep 2024 16:39:45 +0100 Subject: [PATCH] MNT: expand list of classifiers This improves the display and visibility on PyPI. Have kept them also in alphabetical order. Fixes #183. --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1a805ae..70e44c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,18 @@ maintainers = [ {name = "Nicolas Tessore", email = "n.tessore@ucl.ac.uk"}, ] classifiers = [ - "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Scientific/Engineering :: Astronomy", + "Topic :: Scientific/Engineering :: Physics", + "Typing :: Typed", ] dependencies = [ "numpy>=1.20.0",