From 1c85f9bbea2b4f726cf312121d0c48591b4821fd Mon Sep 17 00:00:00 2001 From: KOOKIIEStudios <25145447+KOOKIIEStudios@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:51:05 +0800 Subject: [PATCH] DOCS (build): Broken API Docs link --- CHANGELOG.md | 4 ++++ pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6555f..d6b4a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG: +### v3.0.2 +- Fix faulty API docs links, following migration from `Portray` to `pdoc` +- Fix license text contents flooding PyPI sidebar + ### v3.0.1 - Update GitHub Actions for GitHub Pages deployment diff --git a/pyproject.toml b/pyproject.toml index cf9ac6e..8bf6a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "lazuli" -version = "3.0.1" +version = "3.0.2" description = "A Python-based tool for interacting with AzureMSv316-based databases." readme = "README.md" requires-python = ">=3.10.0" -license = { file="LICENSE" } +license = { text = "AGPL-3.0 license" } authors = [ { name="Amos Chua" }, ] @@ -41,7 +41,7 @@ dependencies = [ "Homepage" = "https://github.com/TEAM-SPIRIT-Productions/Lazuli" "Bug Tracker" = "https://github.com/TEAM-SPIRIT-Productions/Lazuli/issues" "Wiki" = "https://github.com/TEAM-SPIRIT-Productions/Lazuli/wiki" -"API Docs" = "https://team-spirit-productions.github.io/Lazuli/reference/lazuli/" +"API Docs" = "https://team-spirit-productions.github.io/Lazuli/" # Setuptools-specific configuration: [tool.setuptools]