-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 754 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 754 Bytes
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
[metadata]
license = MIT License
license_file = LICENSE
platforms = any
description = Open-source Insteon library running on Python 3.
long_description = file: README.rst
keywords = home, automation, insteon
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Home Automation
Topic :: Software Development :: Libraries :: Python Modules
[tool:pytest]
testpaths = tests
norecursedirs = .git testing_config
[flake8]
ignore: D401
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build