Skip to content

Commit

Permalink
fix: Remove unecessary entry point setting (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeferson <[email protected]>
  • Loading branch information
jefersondaniel and Jeferson authored Mar 1, 2024
1 parent 7c98e0c commit bb02aff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bb02aff

Please sign in to comment.