Skip to content

Commit d9920c5

Browse files
committed
Cleanup packaging config
1 parent cea888f commit d9920c5

File tree

5 files changed

+3
-14
lines changed

5 files changed

+3
-14
lines changed

pyproject.toml

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

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

4040
[tool.setuptools]
41-
platforms = ["any"]
4241
include-package-data = true
4342

4443
[tool.setuptools.package-data]

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
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)