set homepage to documentation

This commit is contained in:
Izalia Mae 2022-11-16 19:17:13 -05:00
parent c453cf3b06
commit c4172a5cef
2 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@ license = {file = "LICENSE.md"}
dynamic = ["version", "description"]
[project.urls]
Home = "https://barkshark.xyz/@izalia"
Home = "https://static.barkshark.xyz/docs/aputils"

View file

@ -3,7 +3,7 @@ name = aputils
version = 0.0.1
author = Izalia Mae
author_email = izalia@barkshark.xyz
url = https://git.barkshark.xyz/izaliamae/aputils
url = https://static.barkshark.xyz/docs/aputils
description = Various classes and functions for ActivityPub servers
license = CNPL 7+
license_file = LICENSE.md
@ -22,7 +22,7 @@ classifiers =
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Bug Tracker = https://git.barkshark.xyz/izaliamae/aputils/issues
Documentation = https://git.barkshark.xyz/izaliamae/aputils/wiki
Documentation = https://static.barkshark.xyz/docs/aputils
Source Code = https://git.barkshark.xyz/izaliamae/aputils
[options]