Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 3a44fc4

Browse files
committed
Change in console scripts
1 parent 0c53ffb commit 3a44fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
python_requires=">=3.6",
2929
entry_points={
3030
'console_scripts': [
31-
'chatgpt = chatgpt.__main__:main',
31+
'chatgpt = chatgpt.cli.__main__:main',
3232
],
3333
},
3434
install_requires=[

0 commit comments

Comments
 (0)