-
Notifications
You must be signed in to change notification settings - Fork 48
/
setup.cfg
62 lines (53 loc) · 1.36 KB
/
setup.cfg
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
50
51
52
53
54
55
56
57
58
59
60
61
62
[metadata]
name = comiccrawler
version = 2024.11.14
description = An image crawler, including multiple modules and GUI.
author = eight
author_email = [email protected]
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Win32 (MS Windows)
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: Chinese (Traditional)
Operating System :: Microsoft :: Windows :: Windows 7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Topic :: Internet
keywords = image, crawler
license = MIT
long_description = file: README.rst
url = https://github.com/eight04/ComicCrawler
[options]
zip_safe = False
packages = find:
install_requires =
belfrywidgets~=1.0
bidict~=0.23.1
brotli~=1.1
curl_cffi~=0.7.3
deno-vm~=0.6.0
desktop3~=0.5.3
docopt~=0.6.2
enlighten~=1.12
puremagic~=1.28
pycryptodomex~=3.21
pythreadworker~=0.10.0
safeprint~=0.2.0
uncurl~=0.0.11
urllib3~=2.2
yt-dlp~=2024.11
python_requires = >=3.10
[options.entry_points]
console_scripts =
comiccrawler = comiccrawler.cli:console_init
; [options.package_data]
; node_vm2 =
; vm-server/*.js
; vm-server/*.json
; [bdist_wheel]
; universal = False
[vpip]
command_fallback = python cute.py