From 8751ced31bbc298e263cf3606e6ecd5811279df9 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Tue, 12 Aug 2025 10:49:07 +0300 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 95a78d7..73f6f96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ 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",