diff --git a/setup.py b/setup.py index 0ab5ce7..3d4106d 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,7 @@ name="brother", version=VERSION, author="Maciej Bieniek", - description="Python wrapper for getting data from Brother laser and inkjet \ - printers via SNMP.", + description="Python wrapper for getting data from Brother laser and inkjet printers via SNMP.", long_description=README_FILE.read_text(encoding="utf-8"), long_description_content_type="text/markdown", url="https://github.com/bieniu/brother",