Skip to content

Commit 1a3ef23

Browse files
committed
Clean up packaging config
1 parent d5b0883 commit 1a3ef23

File tree

5 files changed

+3
-15
lines changed

5 files changed

+3
-15
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=80.0", "wheel~=0.45.0"]
2+
requires = ["setuptools~=80.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -37,7 +37,6 @@ dependencies = [
3737
"Bug Reports" = "https://github.com/plugwise/python-plugwise-usb/issues"
3838

3939
[tool.setuptools]
40-
platforms = ["any"]
4140
include-package-data = true
4241

4342
[tool.setuptools.package-data]
@@ -212,7 +211,6 @@ exclude = []
212211
source = [ "plugwise" ]
213212
omit= [
214213
"*/venv/*",
215-
"setup.py",
216214
]
217215

218216
[tool.ruff]

requirements_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Import from setup.py
1+
# Import from project.dependencies
22
-e .
33
# Minimal requirements for committing
44
# Versioning omitted (leave this up to HA-core)

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Import from setup.py
1+
# Import from project.dependencies
22
-e .
33
# Versioning omitted (leave this up to HA-core)
44
pytest-asyncio

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml' (PEP 660).
21
# Added Codespell since pre-commit doesn't process args correctly (and python3.11 and toml prevent using pyproject.toml) check #277 (/#278) for details
3-
# Keep this file until it does!
4-
5-
[metadata]
6-
url = https://github.com/plugwise/python-plugwise-usb
72

83
[codespell]
94
# Most of the ignores from HA-Core upstream

setup.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)