-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
36 lines (34 loc) · 1002 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
[metadata]
name = pyfibaro
version = 0.8.0
description = Simple API to access fibaro home center from any Python 3 script. Designed for Home Assistant (but not only)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rappenze/pyfibaro
author = Roman Appenzeller
author_email =
license = MIT
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Home Automation
[options]
packages =
pyfibaro
pyfibaro.common
install_requires =
requests~=2.32
python_requires = >=3.11
include_package_data = True
package_dir =
=.
[tool:pytest]
testpaths =
tests