MedVQA / pyproject.toml
SushantGautam's picture
Update README and pyproject.toml: enhance task 2 submission instructions and bump version to 0.15.0
cff0372
raw
history blame contribute delete
775 Bytes
[project]
authors = [
{name = "Sushant Gautam", email = "[email protected]"},
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"huggingface_hub",
"huggingface_hub[hf_transfer]",
"gradio_client==1.8.0",
]
description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
license = {text = "MIT"}
name = "medvqa"
readme = "README.md"
requires-python = ">=3.6"
version = "0.15.0"
[project.scripts]
medvqa = "medvqa.cli:main"
[tool.setuptools.packages.find]
include = ["*", "competitions/**/"]
where = ["."]
[project.urls]
Homepage = "https://github.com/SushantGautam/MedVQA"
Issues = "https://github.com/SushantGautam/MedVQA/issues"