-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (37 loc) · 1.16 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
[metadata]
name = cecmap
version = attr: cecmap.__version__
description = Maps CEC events to arbitrary keybindings for controlling your raspberrypi desktop via TV remote.
keywords = cec keybindings raspberry pi raspberry-pi tv remote control
url = https://github.com/coldfix/cecmap
long_description = file: README.rst, CHANGES.rst
author = Thomas Gläßle
author_email = thomas@coldfix.de
license = Unlicense
license_file = UNLICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: X11 Applications
Intended Audience :: End Users/Desktop
License :: OSI Approved :: The Unlicense (Unlicense)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Topic :: Desktop Environment
Topic :: Multimedia
Topic :: Utilities
long_description_content_type = text/x-rst
[options]
packages =
cecmap
cecmap.config
zip_safe = true
include_package_data = true
python_requires = >=3.7
install_requires =
cec
pynput
notify2
[options.entry_points]
console_scripts =
cecmap = cecmap.cli:main