-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
65 lines (60 loc) · 1.4 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
63
64
65
[metadata]
name = streamdeckfs
version = 1.9.dev0
author = Stephane "Twidi" Angel
author_email = [email protected]
url = https://github.com/twidi/streamdeckfs
description = A software to handle a StreamDeck from Elgato, via the file system.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files = LICENSE
keywords = streamdeck, elgato, inotify
platforms = Linux
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
aiohttp
aiohttp_jinja2
cached_property
click
click-log
cloup
emoji
inotify-simple
jinja2
networkx
pillow
ProxyTypes
psutil
streamdeck
python_requires = >=3.9
[options.packages.find]
include =
streamdeckfs
streamdeckfs.*
[options.extras_require]
thread-names =
python-prctl
dev =
black
flake8
isort
[options.entry_points]
console_scripts =
streamdeckfs = streamdeckfs.commands:main
sdfs = streamdeckfs.commands:main
[flake8]
ignore = W503,E203,E501,E731
exclude = .git,__pycache__,build,dist