forked from jonghwanhyeon/python-switchbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (24 loc) · 709 Bytes
/
setup.cfg
File metadata and controls
25 lines (24 loc) · 709 Bytes
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
[metadata]
name = python-switchbot-v2
version = attr: python_switchbot_v2.__version__
description = A Python library to control SwitchBot devices connected to SwitchBot Hub.
author = Ahmed Reaz
author_email = dev@areaz.us
url = https://github.com/areazus/python-switchbot-v2
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
python-switchbot-v2
license = MIT
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Home Automation
[options]
install_requires =
requests
pyhumps
python_requires = >=3.7
packages = find: