Browse Source

[+] Add script to original neofetch

Azalea (on HyDEV-Daisy) 3 years ago
parent
commit
cb4cc5ba74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      setup.py

+ 2 - 0
setup.py

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