Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishiraj authored Sep 22, 2024
1 parent 6e98a79 commit 0e5bbac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"Operating System :: OS Independent",
],
python_requires=">=3.9",
# entry_points={"console_scripts": ["firerequests = firerequests.main:coming_soon"]},
entry_points={
"console_scripts": [
"firerequests=firerequests.main:main",
],
},
install_requires=requirements,
)
)

0 comments on commit 0e5bbac

Please sign in to comment.