Skip to content

Commit

Permalink
Merge pull request #224 from austinmroczek/master
Browse files Browse the repository at this point in the history
Add cached SOAP file
  • Loading branch information
austinmroczek authored May 5, 2024
2 parents d685030 + 1d8be1a commit 9900333
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 32 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name="total_connect_client"
version="2024.4"
version="2024.5"
authors = [
{ name="Craig J. Midwinter", email="[email protected]" },
]
description="Interact with Total Connect 2 alarm systems"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -33,6 +33,9 @@ omit = [
[tool.pylint."messages control"]
disable = ["use-symbolic-message-instead", "too-few-public-methods", "too-many-instance-attributes", "logging-fstring-interpolation", "missing-function-docstring", "missing-class-docstring", "protected-access", "line-too-long", "duplicate-code"]

[tool.setuptools.package-data]
total_connect_client = ["cache/*.txt"]

[tool.tox]
legacy_tox_ini = """
Expand All @@ -44,7 +47,7 @@ legacy_tox_ini = """
env_list =
build
lint
py{39,310,311,312}
py{310,311,312,313}
#skip_missing_interpreters = True
Expand Down
Loading

0 comments on commit 9900333

Please sign in to comment.