forked from MislavMandaric/vaillant-netatmo-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (29 loc) · 907 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
[metadata]
name = vaillant-netatmo-api
version = 0.11.0
author = Mislav Mandaric
description = Python 3 library for managing Vaillant thermostats using the Netatmo API.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MislavMandaric/vaillant-netatmo-api
project_urls =
Bug Tracker = https://github.com/MislavMandaric/vaillant-netatmo-api/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
httpx>=0.18.2
tenacity>=8.0.1
[options.packages.find]
where = src
[semantic_release]
version_pattern = setup.cfg:version = {version}
build_command = pip install build && python -m build
commit_subject = chore(release): {version} [skip ci]
major_on_zero = false