forked from qtile/qtile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
71 lines (66 loc) · 1.09 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
[options]
packages = find_namespace:
python_requires >= 3.10
install_requires =
cffi >= 1.1.0
cairocffi[xcb] >= 1.6.0
xcffib >= 1.4.0
tests_require =
ruff
psutil
coverage
[options.extras_require]
doc =
sphinx
sphinx_rtd_theme
numpydoc
lint =
ruff
coverage
test =
pytest >= 6.2.1
libcst >= 1.0.0
dbus-next
PyGObject
ipython =
ipykernel
jupyter_console
wayland =
pywayland>=0.4.17
xkbcommon>=0.3
# NOTE: When updating the major or minor version of pywlroots here, also update:
# tox.ini, docs/manual/install/index.rst, docs/manual/wayland.rst, builder.py
pywlroots==0.17.0
widgets =
dbus-next
imaplib2
iwlib
keyring
mailbox
psutil
pulsectl
pulsectl_asyncio
python-mpd2
pytz
xdg
xmltodict
all =
# All user dependencies i.e. excluding dev deps.
%(ipython)s
%(wayland)s
%(widgets)s
libcst
setproctitle
[options.package_data]
libqtile.resources =
battery-icons/*.png
layout-icons/*.png
[options.packages.find]
exclude =
test*
[build_sphinx]
source-dir = docs
build-dir = docs/_build
[check-manifest]
ignore =
stubs**