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 e190635 commit 8252742Copy full SHA for 8252742
setup.cfg
@@ -34,7 +34,7 @@ python_requires = >=3.7
34
35
[options.entry_points]
36
console_scripts =
37
- email_validator=email_validator:main
+ email_validator=email_validator.__main__:main
38
39
[flake8]
40
max-line-length = 120
0 commit comments