forked from git-cola/git-cola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
100 lines (86 loc) · 1.73 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[metadata]
name = git-cola
long_description = Git Cola is a powerful Git GUI with a slick and intuitive user interface.
url = https://gitlab.com/git-cola/git-cola
platform = any
[upload_sphinx]
upload-dir = docs/_build/html
[build_sphinx]
all_files = 1
build-dir = docs/_build
source-dir = docs/
[options]
packages =
cola
cola.bin
cola.i18n
cola.i18n.glossary
cola.icons
cola.icons.dark
cola.models
cola.widgets
include_package_data = true
install_requires =
importlib_metadata; python_version<"3.8"
polib >= 1.0.0
qtpy >= 1.1.0
zip_safe = false
[options.package_data]
cola =
bin/*
i18n/*
icons/*.svg
icons/dark/*.svg
[options.data_files]
share/applications =
share/applications/git-cola.desktop
share/applications/git-cola-folder-handler.desktop
share/applications/git-dag.desktop
share/doc/git-cola =
docs/hotkeys.html
docs/hotkeys_de.html
docs/hotkeys_zh_CN.html
docs/hotkeys_zh_TW.html
share/icons/hicolor/scalable/apps =
cola/icons/git-cola.svg
share/metainfo =
share/metainfo/git-cola.appdata.xml
share/metainfo/git-dag.appdata.xml
[options.extras_require]
testing =
# upstream
pytest >= 6
pytest-checkdocs >= 2.4
pytest-cov
pytest-enabler >= 2.2
pytest-ruff >= 0.2.1
# local
docs =
# upstream
furo
sphinx
rst.linker >= 1.9
# local
sphinx_rtd_theme
# "extras" are optional packages that enable additional features when present.
extras =
# Enables the "Send to Trash" feature.
send2trash
# Enables macOS-specific appearance themes.
pyobjc; sys_platform == 'darwin'
# Enables desktop notifications.
notify-py
# Developer tools.
dev =
cercis
# Build and packaging tools.
build =
build
pynsist
twine
wheel
# Extra packages when installing for specific platforms or Qt versions.
pyqt5 =
PyQt5
pyqt6 =
PyQt6