-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsetup.cfg
39 lines (37 loc) · 1.22 KB
/
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
38
39
[metadata]
name = pyalarmdotcomajax
description = Python Interface for Alarm.com
author = Justin Wong
author_email = [email protected]
maintainer = Elahd Bar-Shai
maintainer_email = [email protected], [email protected]
version = attr: pyalarmdotcomajax.__version__
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
url = https://github.com/pyalarmdotcom/pyalarmdotcomajax
keywords = Alarm.com, Security System, Home Assistant
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: Web Environment
Intended Audience :: Developers
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Home Automation
[options]
zip_safe = True
include_package_data = True
packages = find:
python_requires = >=3.11
install_requires =
beautifulsoup4 >= 4.10.0
aiohttp >= 3.8.1
python-dateutil >= 2.8.2
termcolor >= 2.1.1
[options.entry_points]
console_scripts =
adc = pyalarmdotcomajax.cli:main