aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3e97198f60c7f895f756cb1b48a66f288b78cfa5 (plain) (blame)
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
[metadata]
name = xkcd1172
version = 0.1.0
author = Dawid Potocki
author_email = pypi@dawidpotocki.com
description = Rapidly increases CPU temperature when holding down the spacebar
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.dawidpotocki.com/dawid/xkcd1172
classifiers =
	Programming Language :: Python :: 3
	License :: OSI Approved :: BSD License
	Operating System :: POSIX
	Environment :: X11 Applications

[options]
package_dir =
	= src
packages = find:
python_requires = >=3.7
install_requires =
	python-xlib>=0.31,<1

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
	xkcd1172 = xkcd1172:main.main