We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db50d46 + f8e9e9e commit 0f7cffeCopy full SHA for 0f7cffe
pyproject.toml
@@ -5,15 +5,18 @@ build-backend = "setuptools.build_meta"
5
6
[project]
7
name = "multimedeval"
8
-version = "0.1.0"
+version = "0.1.1"
9
authors = [
10
{ name="Corentin Royer" },
11
]
12
description = "A Python tool to evaluate the performance of VLM on the medical domain."
13
readme = "README.md"
14
requires-python = ">=3.8"
15
classifiers = [
16
- "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.8",
17
+ "Programming Language :: Python :: 3.9",
18
+ "Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
"License :: OSI Approved :: MIT License",
21
"Operating System :: OS Independent",
22
0 commit comments