[+] Add script to original neofetch
This commit is contained in:
parent
b648c5dbec
commit
cb4cc5ba74
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
@ -38,4 +39,5 @@ setup(
|
||||||
"hyfetch=hyfetch.main:run",
|
"hyfetch=hyfetch.main:run",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
scripts=['hyfetch/scripts/neowofetch']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue