-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
38 lines (33 loc) · 877 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
37
[metadata]
name = pyweatherflowrest
version = 1.0.11
description = Python Wrapper for WeatherFlow Rest API
long_description = file: README.md
long_description_content_type = text/markdown
author = Bjarne Riis
author_email = [email protected]
url = https://github.com/briis/pyweatherflowrest
license = MIT
keywords = Home Assistant, Python, WeatherFlow
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = True
install_requires =
aiohttp
[options.package_data]
pyweatherflowrest = py.typed
[options.packages.find]
exclude =
tests
tests.*
[egg_info]
tag_build =
tag_date = 0