Skip to content

Commit 8252742

Browse files
authored
Fix entry point location for standalone email_validator script (#106)
1 parent e190635 commit 8252742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python_requires = >=3.7
3434

3535
[options.entry_points]
3636
console_scripts =
37-
email_validator=email_validator:main
37+
email_validator=email_validator.__main__:main
3838

3939
[flake8]
4040
max-line-length = 120

0 commit comments

Comments
 (0)