Skip to content

Commit

Permalink
Add entrypoint to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
itslychee committed Feb 11, 2024
1 parent 247537e commit 7c90004
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
python_requires='>=3.10.0',

extras_require=EXTRA_REQUIRES,
entry_points={
'console_scripts': [
'jishaku = jishaku.__main__:entrypoint',
],
},

download_url=f'https://github.com/Gorialis/jishaku/archive/{version}.tar.gz',

Expand Down

0 comments on commit 7c90004

Please sign in to comment.