Skip to content

Commit

Permalink
add trover classifiers for GitHub badge
Browse files Browse the repository at this point in the history
  • Loading branch information
williammadie committed Jun 27, 2024
1 parent 18c7c4b commit 85e4ae1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,20 @@
"pymdown-extensions",
"mkdocs-pymdownx-material-extras"
]
}
},
classifiers=[
"License:: OSI Approved:: MIT License",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience:: Healthcare Industry",
"Topic:: Scientific/Engineering:: Image Processing",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.10",
]
)

0 comments on commit 85e4ae1

Please sign in to comment.