-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (29 loc) · 924 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
[metadata]
name = home_assistant_integrations
version = attr: components.__version__.__version__
description = Custom Home Assistant Integrations
url = https://github.com/dskrypa/home_assistant_integrations
project_urls =
Source = https://github.com/dskrypa/home_assistant_integrations
long_description = file: readme.rst
long_description_content_type = text/x-rst
author = Doug Skrypa
author_email = dskrypa@gmail.com
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
include_package_data = True
packages = find:
package_dir = = components
python_requires = >3.9
install_requires =
nest-client @ git+https://github.com/dskrypa/nest-client
[options.packages.find]
where = components
[options.extras_require]
homeassistant =
homeassistant