From 0ee122922ad302e31099c942902f5cd119facd40 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:53:26 -0500 Subject: [PATCH] add classifiers for latest release --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.py b/setup.py index 1f9d1d693..ae0827964 100644 --- a/setup.py +++ b/setup.py @@ -86,4 +86,12 @@ ], }, license="BSD-3-Clause", + classifiers=[ + "Framework :: NeuroConv", + "Intended Audience :: Science/Research", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + ], )