From 0dfec02444cf09c2470b5fc39a412e860aa485cc Mon Sep 17 00:00:00 2001 From: Aakash Ashok Naik <91958822+naik-aakash@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:04:53 +0100 Subject: [PATCH] Fix link to changelog --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63a1a4da..df5c5c4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ homepage = "https://jageo.github.io/LobsterPy/" repository = "https://github.com/JaGeo/LobsterPy" documentation = "https://jageo.github.io/LobsterPy/" -changelog = "https://jageo.github.io/LobsterPy/changelog_link.html" +changelog = "https://jageo.github.io/LobsterPy/about/changelog.html" [project.optional-dependencies] featurizer = ["mendeleev==0.15.0"]