-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (24 loc) · 752 Bytes
/
pyproject.toml
File metadata and controls
25 lines (24 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "notkinopoiskapi"
version = "1.0.0"
description = "Неофициальная библиотека для Kinopoisk API Unofficial"
authors = [
{ "name" = "Maxim Harder", "email" = "dev@devcraft.club"}
]
license = { file = "LICENSE" }
readme = "readme.md"
classifiers = [
"License :: OSI Approved :: GNUv3 License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8"
dependencies = [
"requests",
"python-decouple"
]
keywords = ['api', 'kinopoisk', 'python']
[project.urls]
homepage = "https://devcraft.club/downloads/notkinopoiskapi.28/"
repository = "https://github.com/DevCraftClub/NotKinoPoiskAPI"
issues = "https://github.com/DevCraftClub/NotKinoPoiskAPI"