[F] Fix entry
This commit is contained in:
parent
48f52be2d3
commit
8cc06c02b5
4 changed files with 43 additions and 30 deletions
5
setup.py
5
setup.py
|
|
@ -48,8 +48,9 @@ setup(
|
|||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"hyfetch.py=hyfetch:run_py",
|
||||
"hyfetch=hyfetch:run_rust",
|
||||
"hyfetch.v1=hyfetch.__main__:run_py",
|
||||
"hyfetch.rs=hyfetch.__main__:run_rust",
|
||||
"hyfetch=hyfetch.__main__:run_rust",
|
||||
]
|
||||
},
|
||||
scripts=['hyfetch/scripts/neowofetch']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue