diff --git a/pyproject.toml b/pyproject.toml index db76050..6c0eb19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ source = "init" [tool.poetry] name = "sherlock-project" -version = "0" # single source of truth is __version__.py +# single source of truth for version is __init__.py +version = "0" description = "Hunt down social media accounts by username across social networks" license = "MIT" authors = [ diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 7d89424..88fab98 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -534,7 +534,7 @@ def main(): "-o", dest="output", help="If using single username, the output of the result will be saved to this file.", - ), + ) parser.add_argument( "--csv", action="store_true",