We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb914cd commit 555cb1bCopy full SHA for 555cb1b
src/__init__.py commit_msg_regex_hook/__init__.pysrc/__init__.py renamed to commit_msg_regex_hook/__init__.py
src/commit_msg_regex_hook.py …_msg_regex_hook/commit_msg_regex_hook.pysrc/commit_msg_regex_hook.py renamed to commit_msg_regex_hook/commit_msg_regex_hook.py
setup.cfg
@@ -14,16 +14,13 @@ classifiers =
14
Operating System :: OS Independent
15
16
[options]
17
-package_dir =
18
- = src
19
packages = find:
20
python_requires = >=3.6
21
22
[options.packages.find]
23
-where = src
24
-exclude = test
+exclude = test*
25
26
27
[options.entry_points]
28
console_scripts =
29
- commit-msg-regex-hook = commit_msg_regex_hook:main
+ commit-msg-regex-hook = commit_msg_regex_hook.commit_msg_regex_hook:main
0 commit comments