From d8d11147a0c83df5b0be7531d0e499d50633d269 Mon Sep 17 00:00:00 2001 From: Joost van Zwieten Date: Wed, 30 Nov 2022 13:33:49 +0100 Subject: [PATCH] add package classifiers to pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8e9ac3ffe..fd7a2d1db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,11 @@ dependencies = [ "treelog>=1.0b5", ] dynamic = ["description", "version"] +classifiers = [ + "License :: OSI Approved :: MIT License", + "Topic :: Scientific/Engineering :: Mathematics", + "Topic :: Scientific/Engineering :: Physics", +] [project.optional-dependencies] docs = ["Sphinx>=1.8"]