SushantGautam commited on
Commit
a7f51ee
·
1 Parent(s): c195ae3
Files changed (1) hide show
  1. pyproject.toml +16 -3
pyproject.toml CHANGED
@@ -4,17 +4,30 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "medvqa"
7
- version = "0.12"
8
- description = "Your project description here"
9
  readme = "README.md"
10
  requires-python = ">=3.6"
11
  dependencies = [
12
  # Add your dependencies here
13
  ]
 
 
 
 
 
 
 
 
 
14
 
15
  [project.scripts]
16
  medvqa = "medvqa.cli:main"
17
 
18
  [tool.setuptools.packages.find]
19
  where = ["."]
20
- include = ["*", "competitions/**/"]
 
 
 
 
 
4
 
5
  [project]
6
  name = "medvqa"
7
+ version = "0.13"
8
+ description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
9
  readme = "README.md"
10
  requires-python = ">=3.6"
11
  dependencies = [
12
  # Add your dependencies here
13
  ]
14
+ authors = [
15
+ { name="Sushant Gautam", email="[email protected]" },
16
+ ]
17
+ classifiers = [
18
+ "Programming Language :: Python :: 3",
19
+ "Operating System :: OS Independent",
20
+ ]
21
+ license = "MIT"
22
+ license-files = ["LICEN[CS]E*"]
23
 
24
  [project.scripts]
25
  medvqa = "medvqa.cli:main"
26
 
27
  [tool.setuptools.packages.find]
28
  where = ["."]
29
+ include = ["*", "competitions/**/"]
30
+
31
+ [project.urls]
32
+ Homepage = "https://github.com/SushantGautam/MedVQA"
33
+ Issues = "https://github.com/SushantGautam/MedVQA/issues"