16 lines
453 B
TOML
16 lines
453 B
TOML
[project]
|
|
name = "py-aiovk"
|
|
version = "0.0.1"
|
|
authors = [{ name="ScuroNeko" }]
|
|
description = "Library for operating with Genshin Impact DB"
|
|
readme = "README.md"
|
|
requires-python = ">=3.7"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://git.nix13.pw/gidb/py-gidb"
|
|
"Bug Tracker" = "https://git.nix13.pw/gidb/py-gidb/issues" |