Skip to content

Commit b96cd55

Browse files
itslycheeGorialis
authored andcommittedFeb 13, 2024··
Add entrypoint to setup
1 parent 247537e commit b96cd55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎setup.py

+5
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@
121121
python_requires='>=3.10.0',
122122

123123
extras_require=EXTRA_REQUIRES,
124+
entry_points={
125+
'console_scripts': [
126+
'jishaku = jishaku.__main__:entrypoint',
127+
],
128+
},
124129

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

0 commit comments

Comments
 (0)
Please sign in to comment.