File: setup.cfg

package info (click to toggle)
liquidctl 1.15.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,312 kB
  • sloc: python: 13,599; sh: 712; xml: 84; makefile: 4
file content (68 lines) | stat: -rw-r--r-- 1,629 bytes parent folder | download
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
[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 = jonas@protocubo.io
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.13
	Programming Language :: Python :: 3.12
	Programming Language :: Python :: 3.11
	Programming Language :: Python :: 3.10
	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.9
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

[egg_info]
tag_build = 
tag_date = 0