From 047c5d9e6a41dd4918117d150e44e23c1a8998e6 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Tue, 12 Aug 2025 10:50:46 +0300 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73f6f96..0bff97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)" authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }] requires-python = ">=3.10" readme = "README.md" -homepage = "https://github.com/arabianq/viking-file-python" keywords = ["viking-file", "vikingfile", "api"] classifiers = [ "Programming Language :: Python :: 3", @@ -16,3 +15,8 @@ dependencies = [ "aiofiles>=24.1.0", "aiohttp>=3.12.15", ] + +[project.urls] +Repository = "https://github.com/arabianq/viking-file-python" +Documentation = "https://github.com/arabianq/viking-file-python" +Releases = "https://pypi.org/project/viking-file/#history"