Skip to content

Commit 555cb1b

Browse files
committed
If you dont try anything you wont get anything done...
1 parent bb914cd commit 555cb1b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
File renamed without changes.

setup.cfg

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ classifiers =
1414
Operating System :: OS Independent
1515

1616
[options]
17-
package_dir =
18-
= src
1917
packages = find:
2018
python_requires = >=3.6
2119

2220
[options.packages.find]
23-
where = src
24-
exclude = test
21+
exclude = test*
2522

2623

2724
[options.entry_points]
2825
console_scripts =
29-
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)