Skip to content

Commit

Permalink
feat: add entry_points
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Apr 23, 2024
1 parent e7d4583 commit 0cc241f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
description="DECIMER 2.4.0: Deep Learning for Chemical Image Recognition using Efficient-Net V2 + Transformer",
long_description=long_description,
long_description_content_type="text/markdown",
entry_points={
"console_scripts": ["decimer = DECIMER.decimer:main"],
},
url="https://github.com/Kohulan/DECIMER-Image_Transformer",
packages=setuptools.find_packages(),
license="MIT",
Expand Down

0 comments on commit 0cc241f

Please sign in to comment.