mirror of
https://github.com/hass-api/hassapi.git
synced 2022-10-22 18:29:31 +03:00
45 lines
1.0 KiB
INI
45 lines
1.0 KiB
INI
[metadata]
|
|
name = hassapi
|
|
version = 0.1.0
|
|
author = Vadim Titov
|
|
author_email = titov.hse@gmail.com
|
|
description = Home Assistant Python API
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/hass-api/hassapi
|
|
project_urls =
|
|
Bug Tracker = https://github.com/hass-api/hassapi/issues
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Topic :: Home Automation
|
|
|
|
[options]
|
|
package_dir=
|
|
=src
|
|
packages = find:
|
|
python_requires = >=3.6
|
|
install_requires =
|
|
requests
|
|
|
|
[options.packages.find]
|
|
where=src
|
|
|
|
[options.extras_require]
|
|
test = pytest
|
|
|
|
[coverage:run]
|
|
branch = true
|
|
parallel = true
|
|
|
|
[coverage:report]
|
|
skip_covered = true
|
|
show_missing = true
|
|
sort = Cover
|