Skip to content

Commit 76cd3a9

Browse files
committed
doc: Updated pyproject with new name
1 parent 4c634fa commit 76cd3a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "llm-software-finder"
6+
name = "git-metadata-extractor"
77
version = "0.1.0"
88
description = "This project is designed to classify imaging software repositories and extract relevant information using AI models."
99
readme = "README.md"
@@ -44,9 +44,9 @@ dependencies = [
4444
]
4545

4646
[project.urls]
47-
Homepage = "https://github.com/Imaging-Plaza/llm-software-finder"
48-
Repository = "https://github.com/Imaging-Plaza/llm-software-finder"
49-
Issues = "https://github.com/Imaging-Plaza/llm-software-finder/issues"
47+
Homepage = "https://imaging-plaza.epfl.ch"
48+
Repository = "https://github.com/Imaging-Plaza/git-metadata-extractor"
49+
Issues = "https://github.com/Imaging-Plaza/git-metadata-extractor/issues"
5050

5151
[project.scripts]
5252
# This assumes your CLI entry point is a function named 'main' in src/main.py

0 commit comments

Comments
 (0)