Skip to content

Commit

Permalink
Fixing the setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Feb 29, 2024
1 parent 6d019b2 commit 63fe1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
packages=find_packages(),
entry_points={
'console_scripts': [
'uTube=uTube.__main__:cli',
'utube=uTube.__main__:cli',
'uTube=uTube:cli',
'utube=uTube:cli',
],
},
)

0 comments on commit 63fe1a7

Please sign in to comment.