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 4dcbacb commit c144e2bCopy full SHA for c144e2b
setup.cfg
@@ -27,6 +27,11 @@ install_requires =
27
toml
28
python_requires = >=3.6.1
29
30
+[options.packages.find]
31
+exclude =
32
+ tests*
33
+ testing*
34
+
35
[options.entry_points]
36
console_scripts =
37
check-added-large-files = pre_commit_hooks.check_added_large_files:main
@@ -62,11 +67,6 @@ console_scripts =
62
67
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
63
68
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
64
69
65
-[options.packages.find]
66
-exclude =
- tests*
- testing*
-
70
[bdist_wheel]
71
universal = True
72
0 commit comments