-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (49 loc) · 1.28 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
[metadata]
name = manrododex
url = https://github.com/Sydiepus/Manrododex
license = MIT
license_files = LICENSE
description = A manga downloader for mangadex
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Charbel Assaad
author_email = sydiepus@gmail.com
keywords =
mangadex
manga
downloader
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
project_urls =
Documentation = https://manrododex.readthedocs.io/en/latest/
Code = https://github.com/Sydiepus/Manrododex
Issue tracker = https://github.com/Sydiepus/Manrododex/issues
[options]
packages = find:
setup_requires =
setuptools >= 40.5.0
setuptools_scm >= 3.2.0
install_requires =
requests >= 2.28.1
tqdm >= 4.64.0
urllib3 >= 1.26.11
tests_require =
pytest >= 7.1.2
[options.entry_points]
console_scripts =
manrododex = manrododex.__main__:cli_handler
[options.packages.find]
exclude =
docs*
test*