diff --git a/pyproject.toml b/pyproject.toml index 85bf1ac..8e69c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ target-version = ['py311'] [tool.poetry.scripts] # CLI declaration tap-mongodb = 'tap_mongodb.tap:TapMongoDB.cli' -seed = "tests.utilities.seed:main" [tool.yamlfix] comments_min_spaces_from_content = 2