diff --git a/commit_msg_regex_hook/commit_msg_regex_hook.py b/commit_msg_regex_hook/commit_msg_regex_hook.py index 26f5c2a..c6e3914 100644 --- a/commit_msg_regex_hook/commit_msg_regex_hook.py +++ b/commit_msg_regex_hook/commit_msg_regex_hook.py @@ -4,7 +4,6 @@ the provided regex. """ -from distutils.log import debug import sys import argparse import re diff --git a/setup.cfg b/setup.cfg index 674790f..f5f2601 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -23,4 +23,4 @@ exclude = test* [options.entry_points] console_scripts = - commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main \ No newline at end of file + commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main