Skip to content

Commit dc49c84

Browse files
committed
pyproject.toml: added project.urls
1 parent eb8d34a commit dc49c84

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PYTHONPATH=.
1+
PYTHONPATH=.;C:\Dev\Projets\guidata;C:\Dev\Projets\plotpy

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ requires-python = ">=3.8, <4"
3030
dependencies = ["NumPy >= 1.21", "guidata >= 3.1"]
3131
dynamic = ["version"]
3232

33+
[project.urls]
34+
Homepage = "https://codra-ingenierie-informatique.github.io/DataLabSimpleClient/"
35+
Documentation = "https://cdlclient.readthedocs.io/en/latest/"
36+
3337
[project.gui-scripts]
3438
cdlclient-tests = "cdlclient.tests:run"
3539

0 commit comments

Comments
 (0)