From fad1c171fd5c13870d4870d597dad23af597aee9 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Tue, 12 Aug 2025 10:32:13 +0300 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f93985b..836b36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,14 @@ name = "viking-file" version = "0.1.0" description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)" +authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }] requires-python = ">=3.10" +keywords = ["viking-file", "vikingfile", "api"] +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", +] dependencies = [ "aiofiles>=24.1.0", "aiohttp>=3.12.15",