Skip to content

Commit

Permalink
Skip packaging operation with tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Dec 11, 2023
1 parent 987bcd0 commit 5e252bb
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ authors = [
]
description = "Plum ecoMAX boiler controller integration for Home Assistant."
license = {text = "MIT License"}
version = "0" # Only used by tox

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
platforms = ["any"]
packages = ["custom_components"]

[tool.black]
target-version = ["py311"]
Expand All @@ -32,9 +23,7 @@ exclude = [
".pytest_cache",
".ruff_cache",
".tox",
".vscode",
"build",
"tests"
".vscode"
]

[tool.pytest.ini_options]
Expand All @@ -48,8 +37,7 @@ exclude = [
".pytest_cache",
".ruff_cache",
".tox",
".vscode",
"build"
".vscode"
]
line-length = 88
indent-width = 4
Expand Down Expand Up @@ -190,6 +178,7 @@ legacy_tox_ini = """
isolated_build = True
skip_missing_interpreters = True
ignore_basepython_conflict = True
no_package = True
[gh-actions]
python =
Expand Down

0 comments on commit 5e252bb

Please sign in to comment.