-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
56 lines (50 loc) · 1.18 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
[metadata]
name = comitup_watch
version = 0.2
author = David Steele
author_email = steele@debian.org
url = https://davesteele.github.io/comitup-watch/
description = Monitor local Comitup-enabled devices
long_description = file: README.md
license = GPL-2
license_files = LICENSE
platform = Linux
keywords =
raspberry-pi
raspberrypi
zeroconf
wifi
hotspot
bootstrap-wifi
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console :: Curses
Framework :: Asyncio
Intended Audience :: End Users/Desktop
License :: OSI Approved GNU General Public License v2 or later (GPLv2+)
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python
Topic :: System :: Networking
Typing :: Typed
[options]
include_package_data = True
packages = comitup_watch
install_requires =
colorama
dbussy
tabulate
zeroconf
setup_requires =
pytest-runner
tests_require =
pytest
pytest-asyncio
[options.package_data]
[options.entry_points]
console_scripts =
comitup_watch = comitup_watch.main:main
[bdist_rpm]
release = 1
packager = David Steele <steele@debian.org>
doc_files = README.md