Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 58c74dbc authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Update URLs and add import tests for vt package

Updated the URL keys in pyproject.toml for better clarity by changing 'repository' to 'source' and adding a 'homepage' entry
 Added 'vt' to import tests in meta.yaml to ensure the package can be successfully imported during testing.
parent de98c21e
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,8 @@ requirements: ...@@ -48,6 +48,8 @@ requirements:
- tqdm - tqdm
test: test:
imports:
- vt
requires: requires:
- pytest - pytest
source_files: source_files:
......
...@@ -37,8 +37,9 @@ classifiers = [ ...@@ -37,8 +37,9 @@ classifiers = [
] ]
[project.urls] [project.urls]
homepage = "https://gitlab.inria.fr/morpheme/vt-python"
documentation = "https://morpheme.gitlabpages.inria.fr/vt-python/" documentation = "https://morpheme.gitlabpages.inria.fr/vt-python/"
repository = "https://gitlab.inria.fr/morpheme/vt-python" source = "https://gitlab.inria.fr/morpheme/vt-python"
[project.optional-dependencies] [project.optional-dependencies]
test = [ test = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment