forked from Jules-WinnfieldX/CyberDropDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (33 loc) · 924 Bytes
/
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
[metadata]
name = cyberdrop-dl
version = attr: cyberdrop_dl.__version__
author = Jules-WinnfieldX
author_email = JulesWinnfieldII@protonmail.com
description = Bulk downloader for multiple file hosts and forum sites
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Jules-WinnfieldX/CyberDropDownloader
project_urls =
Bug Tracker = https://github.com/Jules-WinnfieldX/CyberDropDownloader/issues
[options]
python_requires = >=3.7
include_package_data = True
packages = find:
install_requires =
aiofiles>=0.8.0
aiohttp>=3.8.6
aiolimiter>=1.1.0
aiorun>=2023.7.2
asyncpraw>=7.7.1
beautifulsoup4>=4.12.2
certifi>=2023.7.22
myjdapi>=1.1.7
platformdirs>=3.11.0
PyYAML>=6.0.1
rich>=13.6.0
setuptools>=68.2.2
tqdm>=4.66.1
yarl>=1.9.2
[options.entry_points]
console_scripts =
cyberdrop-dl = cyberdrop_dl.main:main