-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
38 lines (35 loc) · 919 Bytes
/
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
[metadata]
name = ssdp
author = Johannes Hoppe
author-email = info@johanneshoppe.com
summary = Python asyncio library for Simple Service Discovery Protocol (SSDP).
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = https://github.com/codingjoe/ssdp
license = MIT License
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Framework :: AsyncIO
Topic :: System :: Networking
Topic :: Software Development :: Libraries
Topic :: Home Automation
keywords =
ssdp
python
asyncio
upnp
iot
[files]
packages =
ssdp
[pycodestyle]
max-line-length=99
exclude = fixtures.py
[pydocstyle]
add_ignore = D1,D401