Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyedwardbull committed Nov 23, 2023
1 parent 5c6a3f0 commit 4bb1f21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
version="0.3.3",
author="Zachary Bull",
author_email="[email protected]",
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",
Expand Down

0 comments on commit 4bb1f21

Please sign in to comment.