Skip to content

Commit

Permalink
add classifiers for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Feb 21, 2024
1 parent 22318d9 commit 0ee1229
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

0 comments on commit 0ee1229

Please sign in to comment.