From 3f5d155e52960cb22ca0c7bb95016476eddc36ee Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 14 Sep 2023 12:47:22 -0700 Subject: [PATCH] Update classifiers --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f6b2cc..0e1901a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,16 @@ maintainers = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python" + "Programming Language :: Python", + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: BSD License", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3 :: Only", ] dependencies = [ "click",