mirror of
https://github.com/arabianq/viking-file-python.git
synced 2026-04-28 06:21:24 +00:00
update pyproject.toml
This commit is contained in:
@@ -2,7 +2,14 @@
|
|||||||
name = "viking-file"
|
name = "viking-file"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)"
|
description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)"
|
||||||
|
authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
keywords = ["viking-file", "vikingfile", "api"]
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiofiles>=24.1.0",
|
"aiofiles>=24.1.0",
|
||||||
"aiohttp>=3.12.15",
|
"aiohttp>=3.12.15",
|
||||||
|
|||||||
Reference in New Issue
Block a user