Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -3,9 +3,9 @@ requires = ["setuptools>=61.0"]
|
|
3 |
build-backend = "setuptools.build_meta"
|
4 |
|
5 |
[project]
|
6 |
-
name = "
|
7 |
version = "1.1.0"
|
8 |
-
description = "
|
9 |
readme = "README.md"
|
10 |
requires-python = ">=3.8"
|
11 |
classifiers = [
|
|
|
3 |
build-backend = "setuptools.build_meta"
|
4 |
|
5 |
[project]
|
6 |
+
name = "CXR-LLaVA"
|
7 |
version = "1.1.0"
|
8 |
+
description = "CXR-LLaVA for Chest X-ray images report generation. This is the code repository for MBZUAI 23fall AI701 project of Group-7, members: Jinhong Wang, Yongxin Wang, Haokun Lin"
|
9 |
readme = "README.md"
|
10 |
requires-python = ">=3.8"
|
11 |
classifiers = [
|