From 4bb1f213f4c4c2c3cbf1cdbe5832cd575d4bedfb Mon Sep 17 00:00:00 2001 From: Zachary Bull Date: Thu, 23 Nov 2023 19:20:25 +0000 Subject: [PATCH] fix lint issue --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7207e2b..cccc54a 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,10 @@ version="0.3.3", author="Zachary Bull", author_email="zacharyedwardbull@gmail.com", - description= - "A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors", + description=( + "A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, " + "radars and heart rate monitors" + ), long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/zacharyedwardbull/pycycling",