Skip to content

Commit

Permalink
DOCS (build): Broken API Docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
KOOKIIEStudios committed Sep 19, 2022
1 parent d88f5f1 commit 1c85f9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 1c85f9b

Please sign in to comment.