Skip to content

Commit

Permalink
fix: simplify description formatting in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AliYmn committed Nov 18, 2024
1 parent be64457 commit 2bf1d4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
setup(
name="conventional-commits-check",
version="2.6.0",
description=(
"A pre-commit hook to check Conventional Commits and add emojis."
),
description=("A pre-commit hook to check Conventional Commits and add emojis."),
author="Ali Yaman",
packages=find_packages(),
license="MIT",
Expand Down

0 comments on commit 2bf1d4f

Please sign in to comment.