This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
82 lines (78 loc) · 2.07 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[metadata]
name = qBitrr
version = 2.6.0
description = A simple script to monitor Qbit and communicate with Radarr and Sonarr
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Drapersniper/Qbitrr
author = Draper
author_email = [email protected]
license = MIT
license_file = LICENSE
license_files =
LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Terminals
Topic :: Utilities
Typing :: Typed
description_file = README.md
project_urls =
Discord Server = https://discord.gg/FT3puape2A
Issue Tracker = https://github.com/Drapersniper/Qbitrr/issues
Source Code = https://github.com/Drapersniper/Qbitrr
[options]
packages = find_namespace:
install_requires =
cachetools==4.2.4
colorama==0.4.4
coloredlogs==15.0.1
environ-config==21.2.0
ffmpeg-python==0.2.0
jaraco.docker==2.0
packaging==21.3
pathos==0.2.8
peewee==3.14.7
ping3==3.0.2
pyarr==2.0.6
qbittorrent-api==2022.8.38
requests==2.26.0
tomlkit==0.7.2
python_requires = >=3.8.1,<4
include_package_data = True
[options.packages.find]
include =
qBitrr
config.example.toml
[options.entry_points]
console_scripts =
qbitrr=qBitrr.main:run
[options.extras_require]
dev =
black==22.1.0
bump2version==1.0.1
isort==5.10.1
pip-tools==6.4.0
pre-commit==2.17.0
pyinstaller==4.8
pyupgrade==2.31.0
twine==3.7.1
ujson==5.4.0
fast =
ujson==5.4.0
all =
%(dev)s
%(fast)s