KuroCore/pyproject.toml

18 lines
447 B
TOML
Raw Normal View History

2024-01-02 00:25:23 +03:00
[project]
name = "kurocore"
2024-03-24 04:05:54 +03:00
version = "1.1"
2024-01-02 00:25:23 +03:00
authors = [
2024-03-24 04:05:54 +03:00
{ name="ScuroNeko" },
2024-01-02 00:25:23 +03:00
]
2024-03-24 04:05:54 +03:00
description = "A basic library for VK bot"
2024-01-02 00:25:23 +03:00
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://git.nix13.pw/ScuroNeko/KuroCore"
Issues = "https://git.nix13.pw/ScuroNeko/KuroCore/issues"