Skip to content

Commit

Permalink
Merge pull request #2 from dr-1/main
Browse files Browse the repository at this point in the history
Remove distutils import and bump version
  • Loading branch information
dtaivpp authored Dec 6, 2023
2 parents 125bdd9 + 473574d commit 726f871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion commit_msg_regex_hook/commit_msg_regex_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
the provided regex.
"""

from distutils.log import debug
import sys
import argparse
import re
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = commit-msg-regex-hook
version = v0.2.0
version = v0.2.2
author = David Tippett
description = Checks if commit message matches supplied regex
long_description = file: README.md
Expand All @@ -23,4 +23,4 @@ exclude = test*

[options.entry_points]
console_scripts =
commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main
commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main

0 comments on commit 726f871

Please sign in to comment.