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", + ], )