diff --git a/README.rst b/README.rst index 873ee766a..0c00ae63b 100644 --- a/README.rst +++ b/README.rst @@ -52,9 +52,9 @@ pymodbus is maintained in 2 versions: - pymodbus, the official library - pymodbus_ha_core -Pymodbus_ha_core ----------------- -`Pymodbus_ha_core `_ is +Pymodbus_ha +----------- +`Pymodbus_ha `_ is an alias to pymodbus, available on pypi.org. Being an alias means it is 100% the same as pymodbus, without any extra @@ -63,10 +63,6 @@ code, just another name. This allows home-assistant to use a pymodbus version for the modbus integration, while custom_components use another version. -We are offering to make other aliases for projects who need this, please -open an issue in the pymodbus project, with an explanation of why it is -needed. - Pymodbus in a nutshell ---------------------- Pymodbus consist of 5 parts: diff --git a/pyproject.toml b/pyproject.toml index f0983e5d9..b9d83246f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,6 @@ development = [ "coverage>=7.10.7", "mypy>=1.18.2", "pylint>=3.3.0", - "pypi-alias>=2.0.0", "pytest>=8.4.2", "pytest-asyncio>=1.2.0", "pytest-cov>=7.0.0", @@ -246,7 +245,6 @@ fail_under = 99.5 [tool.coverage.html] directory = "build/cov" - [tool.codespell] skip = "./build,./doc/source/_static,venv,.venv,.git,htmlcov,CHANGELOG.rst,.*_cache,*.lock" ignore-words-list = "asend" @@ -259,7 +257,7 @@ extend-exclude = [ "contrib" ] line-length = 88 -# indent-width = 4 +indent-width = 4 [tool.ruff.lint] ignore = [