SushantGautam commited on
Commit
666514e
·
1 Parent(s): 3d5b4aa

Fix email typo and enhance project description formatting in pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -1,14 +1,14 @@
1
  [project]
2
  name = "medvqa"
3
  version = "0.13"
4
- description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
5
  readme = "README.md"
6
  requires-python = ">=3.6"
7
  dependencies = [
8
  # Add your dependencies here
9
  ]
10
  authors = [
11
- { name="Sushant Gautam", email="susant@simula.no" },
12
  ]
13
  classifiers = [
14
  "Programming Language :: Python :: 3",
 
1
  [project]
2
  name = "medvqa"
3
  version = "0.13"
4
+ description = "Competition Submission CLI for [ImageCLEFmed-MedVQA-GI-2025](https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
5
  readme = "README.md"
6
  requires-python = ">=3.6"
7
  dependencies = [
8
  # Add your dependencies here
9
  ]
10
  authors = [
11
+ { name="Sushant Gautam", email="sushant@simula.no" },
12
  ]
13
  classifiers = [
14
  "Programming Language :: Python :: 3",