From bb02affb68161f4da811a34fe47c029fa4918a21 Mon Sep 17 00:00:00 2001 From: Jeferson Daniel Date: Fri, 1 Mar 2024 16:40:25 -0300 Subject: [PATCH] fix: Remove unecessary entry point setting (#82) Co-authored-by: Jeferson --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index f8eac08..4bc0992 100644 --- a/setup.py +++ b/setup.py @@ -17,9 +17,6 @@ packages=["pydantic_mongo"], setup_requires=["wheel"], install_requires=["pymongo>=4.3,<5.0", "pydantic>=2.0.2,<3.0.0"], - entry_points={ - "console_scripts": ["pydantic_mongo = pydantic_mongo.__main__:__main__"], - }, description="Document object mapper for pydantic and pymongo", long_description=long_description, long_description_content_type="text/markdown",