[F] Fix entry

This commit is contained in:
Azalea Gui 2024-12-22 06:19:24 -05:00
parent 48f52be2d3
commit 8cc06c02b5
4 changed files with 43 additions and 30 deletions

View file

@ -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']