Skip to content

Commit

Permalink
Fix setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladzima committed Nov 18, 2023
1 parent 5995beb commit e1afa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=['topenai'],
entry_points={
'console_scripts': [
'topenai=topenai:main', # This line tells pip to create a binary named "topenai" that calls the "main" function in the "topenai" module
'topenai=topenai:main',
],
},
author_email="[email protected]",
Expand Down

0 comments on commit e1afa2d

Please sign in to comment.