-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (44 loc) · 1.37 KB
/
pyproject.toml
File metadata and controls
49 lines (44 loc) · 1.37 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "weeb-cli"
version = "2.4.0"
description = "Tarayıcı yok, reklam yok, dikkat dağıtıcı unsur yok. Sadece siz ve eşsiz bir anime izleme deneyimi."
readme = "README.md"
authors = [{ name = "ewgsta", email = "ewgst@proton.me" }]
license = "CC-BY-NC-ND-4.0"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Environment :: Console",
]
keywords = ["anime", "weeb", "anime-download", "anizm", "anime-watch", "anime-watching", "anime-downloading", "anime-cli", "allanime", "animecix", "anime-indir", "anime-izle", "weeb-cli", "anime-izleme", "anime-indirme", "weebanime", "tranime"]
requires-python = ">=3.8"
dependencies = [
"typer[all]",
"rich",
"questionary",
"requests",
"packaging",
"pycryptodome",
"curl_cffi",
"appdirs",
"prompt_toolkit>=3.0.36,<3.0.50",
"beautifulsoup4",
"lxml",
"py7zr",
"pypresence",
"winotify; sys_platform == 'win32'"
]
[tool.setuptools.packages.find]
where = ["."]
include = ["weeb_cli*"]
[tool.setuptools.package-data]
weeb_cli = ["locales/*.json"]
[project.urls]
Homepage = "https://weeb-cli.ewgsta.me"
Repository = "https://github.com/ewgsta/weeb-cli"
Issues = "https://github.com/ewgsta/weeb-cli/issues"
[project.scripts]
weeb-cli = "weeb_cli.main:app"