From 3c435a7c7d6338add424ee70fa600052e551ff91 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 26 Aug 2022 04:47:36 -0700 Subject: [PATCH] Add classifiers --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4b7080..795b79d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,14 @@ requires-python = ">=3.8" authors = [{name = "Scientific Python Developers"}] readme = "README.md" license = {file = "LICENSE"} -classifiers = ["License :: OSI Approved :: BSD License"] +classifiers = [ + "Development Status :: 4 - Beta", + "License :: OSI Approved :: BSD License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", +] dynamic = ["description"] dependencies = [