[+] Add script to original neofetch

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-07-30 12:02:01 -04:00
parent b648c5dbec
commit cb4cc5ba74
+2
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import pathlib
from setuptools import setup
@@ -38,4 +39,5 @@ setup(
"hyfetch=hyfetch.main:run",
]
},
scripts=['hyfetch/scripts/neowofetch']
)