File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " llm-software-finder "
6+ name = " git-metadata-extractor "
77version = " 0.1.0"
88description = " This project is designed to classify imaging software repositories and extract relevant information using AI models."
99readme = " 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
You can’t perform that action at this time.
0 commit comments