python-OBD icon indicating copy to clipboard operation
python-OBD copied to clipboard

OBD-II serial module for reading engine data

Results 92 python-OBD issues
Sort by recently updated
recently updated
newest added

Adding build-system configuration to the pyproject.toml. According to the [Python Packaging Guide]( https://packaging.python.org/en/latest/guides/writing-pyproject-toml/), "the [build-system] table should always be present, regardless of which build backend you use".

license-files = ["LICENSE"] is no longer valid under the [project] table in pyproject.toml — it was deprecated in PEP 621 and is now rejected by modern setuptools.