forked from liquidctl/liquidctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
62 lines (60 loc) · 1.55 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
[metadata]
name = liquidctl
url = https://github.com/liquidctl/liquidctl
description = Cross-platform tool and drivers for liquid coolers and other devices
long_description = file: extra/dist/pypi-readme.md
long_description_content_type = text/markdown
author = Jonas Malaco
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: System :: Hardware :: Hardware Drivers
keywords =
aio
aquacomputer
asus
clc
cli
corsair
cross-platform
dram
driver
evga
fan-controller
gigabyte
hue2
kraken
led-controller
liquid-cooler
nzxt
power-supply
smart-device
project_urls =
Documentation = https://github.com/liquidctl/liquidctl/blob/main/README.md
Changelog = https://github.com/liquidctl/liquidctl/blob/main/CHANGELOG.md
Source = https://github.com/liquidctl/liquidctl
[options]
packages = find:
python_requires = >=3.8
setup_requires = setuptools_scm
install_requires =
colorlog
crcmod==1.7
docopt
hidapi
pyusb
pillow
libusb-package; sys_platform == 'win32' or sys_platform == 'cygwin'
winusbcdc>=1.5; sys_platform == 'win32'
smbus; sys_platform == "linux"
[options.entry_points]
console_scripts =
liquidctl = liquidctl.cli:main