Skip to content

Commit 726f871

Browse files
authored
Merge pull request #2 from dr-1/main
Remove distutils import and bump version
2 parents 125bdd9 + 473574d commit 726f871

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

commit_msg_regex_hook/commit_msg_regex_hook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
the provided regex.
55
"""
66

7-
from distutils.log import debug
87
import sys
98
import argparse
109
import re

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = commit-msg-regex-hook
3-
version = v0.2.0
3+
version = v0.2.2
44
author = David Tippett
55
description = Checks if commit message matches supplied regex
66
long_description = file: README.md
@@ -23,4 +23,4 @@ exclude = test*
2323

2424
[options.entry_points]
2525
console_scripts =
26-
commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main
26+
commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main

0 commit comments

Comments
 (0)