-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (44 loc) · 808 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
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = cfancontrol
version = attr: cfancontrol.__version__
url =
description = Fan controller for the Corsair Commander (Pro)
author = maclarsson
author_email =
keywords =
corsair
commander pro
commander
fan-controller
kraken
hydro
project_urls:
Documentation =
Source =
[options]
packages =
cfancontrol
cfancontrol.ui
cfancontrol.ui.resources
cfancontrol.ui.themes
include_package_data = True
pythons_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
setuptools~=45.2.0
pyqtgraph
liquidctl
numpy
PyYAML
PySensors
pid
PyQt5
pyxdg
[options.package_data]
cfancontrol = *
cfancontrol.ui = *
cfancontrol.ui.resources = *
cfancontrol.ui.themes = *
[options.entry_points]
console_scripts =
cfancontrol = cfancontrol.__main__:main